2 Commits
Author SHA1 Message Date
luke-else 42cebf91d5 feat: reverted back to zsh 2026-07-21 15:28:46 +01:00
luke-else 9ac55120cb feat: Created svelte devcontainer branch 2026-03-30 16:03:56 +01:00
+18 -30
View File
@@ -1,31 +1,19 @@
{
"name": "Python",
"runArgs": [
"--network=host"
],
"image": "git.luke-else.co.uk/luke-else/python-dev:latest",
"remoteUser": "dev",
"customizations": {
"vscode": {
"settings": {
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.analysis.typeCheckingMode": "basic",
"remote.autoForwardPorts": false,
"terminal.integrated.defaultProfile.linux": "zsh"
},
"extensions": [
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"charliermarsh.ruff",
"mermaidchart.vscode-mermaid-chart"
]
}
},
"postCreateCommand": "uv sync"
{
"name": "Svelte",
"image": "git.luke-else.co.uk/luke-else/nodejs-dev:latest",
"remoteUser": "dev",
"customizations": {
"vscode": {
"settings": {
"editor.formatOnSave": true,
"terminal.integrated.defaultProfile.linux": "zsh"
},
"extensions": [
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-containers",
"svelte.svelte-vscode"
]
}
},
"postCreateCommand": "pnpm install"
}