Skip to content

Commit c842977

Browse files
committed
turn off auto submodule.recurse
1 parent 05488dc commit c842977

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
@@ -139,19 +139,19 @@
139139
"reveal": "always"
140140
},
141141
},
142-
{
143-
"label": "set git config recurse submodules",
144-
"type": "shell",
145-
"linux": {
146-
"command": [" git config submodule.recurse true"],
147-
},
148-
"runOptions": {
149-
"runOn": "folderOpen"
150-
},
151-
"presentation": {
152-
"reveal": "silent"
153-
},
154-
},
142+
// {
143+
// "label": "set git config recurse submodules",
144+
// "type": "shell",
145+
// "linux": {
146+
// "command": [" git config submodule.recurse true"],
147+
// },
148+
// "runOptions": {
149+
// "runOn": "folderOpen"
150+
// },
151+
// "presentation": {
152+
// "reveal": "silent"
153+
// },
154+
// },
155155
],
156156
"inputs": [
157157
{

0 commit comments

Comments
 (0)