Skip to content

Commit

Permalink
single dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 11, 2024
1 parent dafd55b commit 84a7fa6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 148 deletions.
54 changes: 0 additions & 54 deletions .devcontainer.json

This file was deleted.

35 changes: 0 additions & 35 deletions .vscode/codeforlife.code-snippets

This file was deleted.

35 changes: 0 additions & 35 deletions .vscode/extensions/autoDocstring/docstring.mustache

This file was deleted.

11 changes: 9 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"tasks": [
{
"command": "sudo chmod u+x scripts/setup && scripts/setup",
"label": "setup",
"problemMatcher": [],
"type": "shell"
},
{
"command": "sudo chmod u+x scripts/hard-install && scripts/hard-install",
"label": "hard-install",
"problemMatcher": [],
"type": "shell"
},
{
"command": "sudo chmod u+x scripts/setup && scripts/setup",
"label": "setup",
"command": "sudo chmod u+x scripts/run && scripts/run",
"isBackground": true,
"label": "run",
"problemMatcher": [],
"type": "shell"
}
Expand Down
22 changes: 0 additions & 22 deletions codeforlife.code-workspace

This file was deleted.

0 comments on commit 84a7fa6

Please sign in to comment.