Skip to content

Commit 541c631

Browse files
authored
Merge branch 'development' into api-models
2 parents 519dfdd + 81ac9d1 commit 541c631

File tree

5 files changed

+9
-148
lines changed

5 files changed

+9
-148
lines changed

.devcontainer.json

-54
This file was deleted.

.vscode/codeforlife.code-snippets

-35
This file was deleted.

.vscode/extensions/autoDocstring/docstring.mustache

-35
This file was deleted.

.vscode/tasks.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
{
22
"tasks": [
3+
{
4+
"command": "sudo chmod u+x scripts/setup && scripts/setup",
5+
"label": "setup",
6+
"problemMatcher": [],
7+
"type": "shell"
8+
},
39
{
410
"command": "sudo chmod u+x scripts/hard-install && scripts/hard-install",
511
"label": "hard-install",
612
"problemMatcher": [],
713
"type": "shell"
814
},
915
{
10-
"command": "sudo chmod u+x scripts/setup && scripts/setup",
11-
"label": "setup",
16+
"command": "sudo chmod u+x scripts/run && scripts/run",
17+
"isBackground": true,
18+
"label": "run",
1219
"problemMatcher": [],
1320
"type": "shell"
1421
}

codeforlife.code-workspace

-22
This file was deleted.

0 commit comments

Comments
 (0)