Skip to content

Commit

Permalink
fix warnings in codespaces configs
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 9, 2024
1 parent 67189bf commit c4a36d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"dockerfile": "Dockerfile",
"args": { "VARIANT": "buster" }
},
"postCreateCommand": "git config --global --add safe.directory $PWD && cargo install cargo-insta",
"extensions": ["EditorConfig.EditorConfig"],
"customizations": {
"vscode": {
"extensions": ["EditorConfig.EditorConfig"]
}
},
"remoteUser": "vscode"
}
9 changes: 4 additions & 5 deletions .devcontainer/website/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/onefetch,type=bind,consistency=cached",
"workspaceFolder": "/workspaces/onefetch/docs/vercel",
"extensions": ["esbenp.prettier-vscode", "svelte.svelte-vscode"],
"postCreateCommand": "npm ci",
"postAttachCommand": "npm run dev -- --port 3000",
"settings": {
"editor.formatOnSave": true
"customizations": {
"vscode": {
"extensions": ["esbenp.prettier-vscode", "svelte.svelte-vscode"]
}
},
"portsAttributes": {
"3000": {
Expand Down
20 changes: 0 additions & 20 deletions .gitpod.yml

This file was deleted.

0 comments on commit c4a36d3

Please sign in to comment.