Skip to content

Commit fa515d4

Browse files
committed
Clean up tasks
1 parent 86b6dad commit fa515d4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
"tasks": [
44
{
55
"label": "Start App",
6-
"type": "dotenv",
7-
"targetTasks": [
8-
"Start App (Script)"
9-
],
10-
"file": "${input:dotEnvFilePath}"
11-
},
12-
{
13-
"label": "Start App (Script)",
146
"type": "shell",
157
"command": "${workspaceFolder}/app/start.sh",
168
"windows": {
@@ -24,12 +16,5 @@
2416
},
2517
"problemMatcher": []
2618
}
27-
],
28-
"inputs": [
29-
{
30-
"id": "dotEnvFilePath",
31-
"type": "command",
32-
"command": "azure-dev.commands.getDotEnvFilePath"
33-
}
3419
]
3520
}

0 commit comments

Comments
 (0)