From 02e9361d8cc3595651f4a93916255973d92846d0 Mon Sep 17 00:00:00 2001 From: Patsy Date: Tue, 23 Jun 2026 03:43:34 +0200 Subject: [PATCH] frist commit to the server while setting up my vault --- vs code tips.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vs code tips.md diff --git a/vs code tips.md b/vs code tips.md new file mode 100644 index 0000000..7cda6e1 --- /dev/null +++ b/vs code tips.md @@ -0,0 +1,6 @@ +# VS Code on EndeavourOS + +## Installation +- Do NOT use `code` from pacman — open-source rebuild, known stability issues +- Use AUR version: `yay -S visual-studio-code-bin` +- This is the official Microsoft binary — stable and feature-complete \ No newline at end of file