Skip to content

Commit 295c839

Browse files
committed
don't auto install all extensions
1 parent 7ff2493 commit 295c839

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.vscode/tasks.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,19 @@
126126
"type": "shell",
127127
"command": "scripts/launch_vscode.sh --nocache"
128128
},
129-
{
130-
"label": "Install All Recommended Extensions",
131-
"type": "shell",
132-
"linux": {
133-
"command": "if [ -f /.dockerenv ] || grep -q 'docker\\|lxc' /proc/1/cgroup 2>/dev/null; then echo 'Docker container detected, installing extensions...'; cat .vscode/extensions.json | jq .recommendations[] | xargs -n 1 code . --install-extension; else echo 'Not in Docker container, skipping extension installation'; fi"
134-
},
135-
"runOptions": {
136-
"runOn": "folderOpen"
137-
},
138-
"presentation": {
139-
"reveal": "always"
140-
},
141-
},
129+
// {
130+
// "label": "Install All Recommended Extensions",
131+
// "type": "shell",
132+
// "linux": {
133+
// "command": "if [ -f /.dockerenv ] || grep -q 'docker\\|lxc' /proc/1/cgroup 2>/dev/null; then echo 'Docker container detected, installing extensions...'; cat .vscode/extensions.json | jq .recommendations[] | xargs -n 1 code . --install-extension; else echo 'Not in Docker container, skipping extension installation'; fi"
134+
// },
135+
// "runOptions": {
136+
// "runOn": "folderOpen"
137+
// },
138+
// "presentation": {
139+
// "reveal": "always"
140+
// },
141+
// },
142142
// {
143143
// "label": "set git config recurse submodules",
144144
// "type": "shell",

0 commit comments

Comments
 (0)