We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05488dc commit c842977Copy full SHA for c842977
.vscode/tasks.json
@@ -139,19 +139,19 @@
139
"reveal": "always"
140
},
141
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
+ // {
+ // "label": "set git config recurse submodules",
+ // "type": "shell",
+ // "linux": {
+ // "command": [" git config submodule.recurse true"],
+ // },
+ // "runOptions": {
+ // "runOn": "folderOpen"
+ // "presentation": {
+ // "reveal": "silent"
155
],
156
"inputs": [
157
{
0 commit comments