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 7540b2f commit 50a3eeb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 98 deletions.
55 changes: 0 additions & 55 deletions .devcontainer.json

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"configurations": [
{
"name": "Vite Server",
"preLaunchTask": "start-vite-server",
"preLaunchTask": "run",
"request": "launch",
"type": "chrome",
"url": "http://localhost:5173"
Expand Down
8 changes: 7 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"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",
Expand All @@ -9,7 +15,7 @@
{
"command": "sudo chmod u+x scripts/run && scripts/run",
"isBackground": true,
"label": "start-vite-server",
"label": "run",
"options": {
"env": {
"BROWSER": "none"
Expand Down
25 changes: 0 additions & 25 deletions codeforlife.code-workspace

This file was deleted.

0 comments on commit 50a3eeb

Please sign in to comment.