diff --git "a/examples/01-\345\237\272\347\241\200/01-\347\252\227\345\217\243/.vscode/tasks.json" "b/examples/01-\345\237\272\347\241\200/01-\347\252\227\345\217\243/.vscode/tasks.json" index 79df8cceba95c14b2e8e5e445a5d28212bf554cc..86fc444167f58d303deb02a8ce5ef46fbd93a0f6 100644 --- "a/examples/01-\345\237\272\347\241\200/01-\347\252\227\345\217\243/.vscode/tasks.json" +++ "b/examples/01-\345\237\272\347\241\200/01-\347\252\227\345\217\243/.vscode/tasks.json" @@ -11,6 +11,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -45,6 +56,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -75,6 +97,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", diff --git "a/examples/01-\345\237\272\347\241\200/02-\345\233\276\347\211\207/.vscode/tasks.json" "b/examples/01-\345\237\272\347\241\200/02-\345\233\276\347\211\207/.vscode/tasks.json" index 79df8cceba95c14b2e8e5e445a5d28212bf554cc..86fc444167f58d303deb02a8ce5ef46fbd93a0f6 100644 --- "a/examples/01-\345\237\272\347\241\200/02-\345\233\276\347\211\207/.vscode/tasks.json" +++ "b/examples/01-\345\237\272\347\241\200/02-\345\233\276\347\211\207/.vscode/tasks.json" @@ -11,6 +11,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -45,6 +56,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -75,6 +97,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", diff --git "a/examples/01-\345\237\272\347\241\200/03-\346\226\207\345\255\227/.vscode/tasks.json" "b/examples/01-\345\237\272\347\241\200/03-\346\226\207\345\255\227/.vscode/tasks.json" index 79df8cceba95c14b2e8e5e445a5d28212bf554cc..86fc444167f58d303deb02a8ce5ef46fbd93a0f6 100644 --- "a/examples/01-\345\237\272\347\241\200/03-\346\226\207\345\255\227/.vscode/tasks.json" +++ "b/examples/01-\345\237\272\347\241\200/03-\346\226\207\345\255\227/.vscode/tasks.json" @@ -11,6 +11,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -45,6 +56,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -75,6 +97,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", diff --git "a/examples/01-\345\237\272\347\241\200/04-\345\243\260\351\237\263/.vscode/tasks.json" "b/examples/01-\345\237\272\347\241\200/04-\345\243\260\351\237\263/.vscode/tasks.json" index 79df8cceba95c14b2e8e5e445a5d28212bf554cc..86fc444167f58d303deb02a8ce5ef46fbd93a0f6 100644 --- "a/examples/01-\345\237\272\347\241\200/04-\345\243\260\351\237\263/.vscode/tasks.json" +++ "b/examples/01-\345\237\272\347\241\200/04-\345\243\260\351\237\263/.vscode/tasks.json" @@ -11,6 +11,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -45,6 +56,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -75,6 +97,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", diff --git "a/examples/01-\345\237\272\347\241\200/07-\347\237\251\345\275\242/.vscode/tasks.json" "b/examples/01-\345\237\272\347\241\200/07-\347\237\251\345\275\242/.vscode/tasks.json" index 79df8cceba95c14b2e8e5e445a5d28212bf554cc..86fc444167f58d303deb02a8ce5ef46fbd93a0f6 100644 --- "a/examples/01-\345\237\272\347\241\200/07-\347\237\251\345\275\242/.vscode/tasks.json" +++ "b/examples/01-\345\237\272\347\241\200/07-\347\237\251\345\275\242/.vscode/tasks.json" @@ -11,6 +11,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -45,6 +56,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -75,6 +97,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", diff --git "a/examples/01-\345\237\272\347\241\200/11-\345\274\202\345\275\242\347\252\227\345\217\243/.vscode/tasks.json" "b/examples/01-\345\237\272\347\241\200/11-\345\274\202\345\275\242\347\252\227\345\217\243/.vscode/tasks.json" index 79df8cceba95c14b2e8e5e445a5d28212bf554cc..86fc444167f58d303deb02a8ce5ef46fbd93a0f6 100644 --- "a/examples/01-\345\237\272\347\241\200/11-\345\274\202\345\275\242\347\252\227\345\217\243/.vscode/tasks.json" +++ "b/examples/01-\345\237\272\347\241\200/11-\345\274\202\345\275\242\347\252\227\345\217\243/.vscode/tasks.json" @@ -11,6 +11,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -45,6 +56,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -75,6 +97,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", diff --git "a/examples/\344\276\213\345\255\220/DOL/.vscode/tasks.json" "b/examples/\344\276\213\345\255\220/DOL/.vscode/tasks.json" index 79df8cceba95c14b2e8e5e445a5d28212bf554cc..86fc444167f58d303deb02a8ce5ef46fbd93a0f6 100644 --- "a/examples/\344\276\213\345\255\220/DOL/.vscode/tasks.json" +++ "b/examples/\344\276\213\345\255\220/DOL/.vscode/tasks.json" @@ -11,6 +11,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -45,6 +56,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -75,6 +97,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", diff --git "a/examples/\344\276\213\345\255\220/\345\234\206\345\275\242\345\260\217\345\234\260\345\233\276/.vscode/tasks.json" "b/examples/\344\276\213\345\255\220/\345\234\206\345\275\242\345\260\217\345\234\260\345\233\276/.vscode/tasks.json" index 79df8cceba95c14b2e8e5e445a5d28212bf554cc..86fc444167f58d303deb02a8ce5ef46fbd93a0f6 100644 --- "a/examples/\344\276\213\345\255\220/\345\234\206\345\275\242\345\260\217\345\234\260\345\233\276/.vscode/tasks.json" +++ "b/examples/\344\276\213\345\255\220/\345\234\206\345\275\242\345\260\217\345\234\260\345\233\276/.vscode/tasks.json" @@ -11,6 +11,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -45,6 +56,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -75,6 +97,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", diff --git "a/examples/\344\276\213\345\255\220/\350\264\252\345\220\203\350\233\207/.vscode/tasks.json" "b/examples/\344\276\213\345\255\220/\350\264\252\345\220\203\350\233\207/.vscode/tasks.json" index 79df8cceba95c14b2e8e5e445a5d28212bf554cc..86fc444167f58d303deb02a8ce5ef46fbd93a0f6 100644 --- "a/examples/\344\276\213\345\255\220/\350\264\252\345\220\203\350\233\207/.vscode/tasks.json" +++ "b/examples/\344\276\213\345\255\220/\350\264\252\345\220\203\350\233\207/.vscode/tasks.json" @@ -11,6 +11,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -45,6 +56,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always", @@ -75,6 +97,17 @@ "args": [ "${workspaceFolder}" ], + "windows": { + "options": { + "shell": { + "executable": "cmd.exe", + "args": [ + "/d", + "/c" + ] + } + } + }, "presentation": { "echo": true, "reveal": "always",