disable update checks in VS Code on install, now creating target dir first (#2636)

Co-authored-by: Ryan Hughes <ryan@heyoodle.com>
This commit is contained in:
Stefan Gründel
2025-10-20 14:21:44 -07:00
committed by GitHub
co-authored by Ryan Hughes
parent f0f319ed92
commit 42a5b3bf22
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
echo "Installing VSCode..."
omarchy-pkg-add visual-studio-code-bin
mkdir -p ~/.vscode
mkdir -p ~/.vscode ~/.config/Code/User
cat > ~/.vscode/argv.json << 'EOF'
// This configuration file allows you to pass permanent command line arguments to VS Code.