Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
8a0c5d5349
|
|||
|
51f1bef505
|
|||
|
4fdab0225f
|
|||
|
6ee79587a5
|
|||
|
ac0d64dd5e
|
|||
|
9ee62e83e3
|
@@ -1,18 +1,42 @@
|
||||
{
|
||||
"name": "Svelte",
|
||||
"image": "git.luke-else.co.uk/luke-else/nodejs-dev:latest",
|
||||
"name": "Python",
|
||||
"runArgs": [
|
||||
"--network=host"
|
||||
],
|
||||
"image": "git.luke-else.co.uk/luke-else/python-dev:latest",
|
||||
"remoteUser": "dev",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"editor.formatOnSave": true
|
||||
"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.profiles.linux": {
|
||||
"tmux-shell": {
|
||||
"path": "tmux",
|
||||
"args": [
|
||||
"new-session",
|
||||
"-A",
|
||||
"-s",
|
||||
"dev"
|
||||
]
|
||||
}
|
||||
},
|
||||
"terminal.integrated.defaultProfile.linux": "tmux-shell"
|
||||
},
|
||||
"extensions": [
|
||||
"ms-azuretools.vscode-docker",
|
||||
"ms-vscode-remote.remote-containers",
|
||||
"svelte.svelte-vscode"
|
||||
"ms-python.python",
|
||||
"ms-python.vscode-pylance",
|
||||
"ms-python.black-formatter",
|
||||
"charliermarsh.ruff",
|
||||
"mermaidchart.vscode-mermaid-chart"
|
||||
]
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "pnpm install"
|
||||
"postCreateCommand": "uv sync"
|
||||
}
|
||||
Reference in New Issue
Block a user