Skip to content

Commit 46f987c

Browse files
Remove terminal task
1 parent eae46eb commit 46f987c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
{
22
"version": "2.0.0",
33
"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-
},
244
{
255
"label": "Setup Python Environment",
266
"type": "shell",

0 commit comments

Comments
 (0)