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 eae46eb commit 46f987cCopy full SHA for 46f987c
.vscode/tasks.json
@@ -1,26 +1,6 @@
1
{
2
"version": "2.0.0",
3
"tasks": [
4
- {
5
- "label": "Show Terminal on Startup",
6
- "type": "shell",
7
- "command": "echo",
8
- "args": ["Terminal panel is now visible for Codespace setup progress"],
9
- "group": "build",
10
- "presentation": {
11
- "echo": true,
12
- "reveal": "always",
13
- "focus": true,
14
- "panel": "new",
15
- "showReuseMessage": false,
16
- "clear": false
17
- },
18
- "problemMatcher": [],
19
- "detail": "Opens terminal panel automatically during startup",
20
- "runOptions": {
21
- "runOn": "folderOpen"
22
- }
23
24
25
"label": "Setup Python Environment",
26
"type": "shell",
0 commit comments