Skip to content

Commit 535e345

Browse files
authored
Revert "Add dev container"
1 parent c8b5794 commit 535e345

4 files changed

Lines changed: 0 additions & 150 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/dev-image.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "https://json.schemastore.org/tasks.json",
32
"version": "2.0.0",
43
"tasks": [
54
{
@@ -11,30 +10,6 @@
1110
"isDefault": true
1211
},
1312
"problemMatcher": []
14-
},
15-
{
16-
"label": "Build (Linux Debug)",
17-
"type": "shell",
18-
"command": "bash -lc ./bash/build_debug-x64.sh",
19-
"group": "build",
20-
"problemMatcher": ["$gcc"],
21-
"options": {
22-
"env": {
23-
"VCPKG_ROOT": "/opt/vcpkg"
24-
}
25-
}
26-
},
27-
{
28-
"label": "Build (Linux Release)",
29-
"type": "shell",
30-
"command": "bash -lc ./bash/build_release-x64.sh",
31-
"group": "build",
32-
"problemMatcher": ["$gcc"],
33-
"options": {
34-
"env": {
35-
"VCPKG_ROOT": "/opt/vcpkg"
36-
}
37-
}
3813
}
3914
]
4015
}

Dockerfile.dev

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)