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 23:21:44 +02:00
committed by GitHub
parent f0f319ed92
commit 42a5b3bf22
2 changed files with 22 additions and 1 deletions

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.