Skip to content

Commit

Permalink
feat: add default vscode extensions to templates (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves committed Apr 5, 2024
1 parent cb918c4 commit 6cf7107
Show file tree
Hide file tree
Showing 21 changed files with 122 additions and 17 deletions.
7 changes: 6 additions & 1 deletion astro-starlight/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "Devcontainer",
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest"
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest",
"customizations": {
"vscode": {
"extensions": ["astro-build.astro-vscode"]
}
}
}
7 changes: 6 additions & 1 deletion astro-tailwind/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "Devcontainer",
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest"
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest",
"customizations": {
"vscode": {
"extensions": ["astro-build.astro-vscode"]
}
}
}
7 changes: 6 additions & 1 deletion astro/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "Devcontainer",
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest"
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest",
"customizations": {
"vscode": {
"extensions": ["astro-build.astro-vscode"]
}
}
}
7 changes: 6 additions & 1 deletion deno-fresh/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"name": "Devcontainer",
"build": {
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["denoland.vscode-deno"]
}
}
}
}
7 changes: 6 additions & 1 deletion deno/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"name": "Devcontainer",
"build": {
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["denoland.vscode-deno"]
}
}
}
}
7 changes: 6 additions & 1 deletion elixir/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"name": "Devcontainer",
"build": {
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["JakeBecker.elixir-ls"]
}
}
}
}
7 changes: 6 additions & 1 deletion go/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "Devcontainer",
"image": "mcr.microsoft.com/devcontainers/go:1.21-bookworm"
"image": "mcr.microsoft.com/devcontainers/go:1.21-bookworm",
"customizations": {
"vscode": {
"extensions": ["golang.go"]
}
}
}
7 changes: 6 additions & 1 deletion nuxt-todos-edge/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "Devcontainer",
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest"
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest",
"customizations": {
"vscode": {
"extensions": ["Vue.volar"]
}
}
}
7 changes: 6 additions & 1 deletion nuxt/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "Devcontainer",
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest"
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest",
"customizations": {
"vscode": {
"extensions": ["Vue.volar"]
}
}
}
5 changes: 5 additions & 0 deletions php/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
"nodeGypDependencies": true,
"version": "lts"
}
},
"customizations": {
"vscode": {
"extensions": ["DEVSENSE.phptools-vscode"]
}
}
}
7 changes: 6 additions & 1 deletion python-flask-server/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "Devcontainer",
"image": "mcr.microsoft.com/devcontainers/python:3.8-bookworm"
"image": "mcr.microsoft.com/devcontainers/python:3.8-bookworm",
"customizations": {
"vscode": {
"extensions": ["ms-python.python"]
}
}
}
7 changes: 6 additions & 1 deletion python-openai/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"name": "Devcontainer",
"build": {
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["ms-python.python"]
}
}
}
}
7 changes: 6 additions & 1 deletion python-pytorch/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"build": {
"dockerfile": "./Dockerfile"
},
"containerUser": "root"
"containerUser": "root",
"customizations": {
"vscode": {
"extensions": ["ms-python.python"]
}
}
}
7 changes: 6 additions & 1 deletion python-selenium/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"name": "Devcontainer",
"build": {
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["ms-python.python"]
}
}
}
}
7 changes: 6 additions & 1 deletion python-tensorflow/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"build": {
"dockerfile": "./Dockerfile"
},
"containerUser": "root"
"containerUser": "root",
"customizations": {
"vscode": {
"extensions": ["ms-python.python"]
}
}
}
7 changes: 6 additions & 1 deletion python/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "Devcontainer",
"image": "mcr.microsoft.com/devcontainers/python:3.8-bookworm"
"image": "mcr.microsoft.com/devcontainers/python:3.8-bookworm",
"customizations": {
"vscode": {
"extensions": ["ms-python.python"]
}
}
}
7 changes: 6 additions & 1 deletion rust-axum/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"name": "Devcontainer",
"build": {
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["rust-lang.rust-analyzer"]
}
}
}
}
5 changes: 5 additions & 0 deletions rust-poem-server/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"name": "Devcontainer",
"build": {
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["rust-lang.rust-analyzer"]
}
}
}
5 changes: 5 additions & 0 deletions rust-serde/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"name": "Devcontainer",
"build": {
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["rust-lang.rust-analyzer"]
}
}
}
5 changes: 5 additions & 0 deletions rust/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"name": "Devcontainer",
"build": {
"dockerfile": "./Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["rust-lang.rust-analyzer"]
}
}
}
7 changes: 6 additions & 1 deletion vue-vite/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "Devcontainer",
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest"
"image": "ghcr.io/codesandbox/devcontainers/typescript-node:latest",
"customizations": {
"vscode": {
"extensions": ["Vue.volar"]
}
}
}

0 comments on commit 6cf7107

Please sign in to comment.