Compare commits
3
Commits
python
..
424e184c8f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
424e184c8f
|
||
|
|
192a20c759 | ||
|
|
4860e3f30a |
+17
-15
@@ -1,31 +1,33 @@
|
|||||||
{
|
{
|
||||||
"name": "Python",
|
"name": "TF",
|
||||||
"runArgs": [
|
"runArgs": [
|
||||||
"--network=host"
|
"--network=host"
|
||||||
],
|
],
|
||||||
"image": "git.luke-else.co.uk/luke-else/python-dev:latest",
|
"image": "git.luke-else.co.uk/luke-else/tf-dev:latest",
|
||||||
"remoteUser": "dev",
|
"remoteUser": "dev",
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {
|
"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,
|
"remote.autoForwardPorts": false,
|
||||||
"terminal.integrated.defaultProfile.linux": "zsh"
|
"terminal.integrated.profiles.linux": {
|
||||||
|
"tmux-shell": {
|
||||||
|
"path": "tmux",
|
||||||
|
"args": [
|
||||||
|
"new-session",
|
||||||
|
"-A",
|
||||||
|
"-s",
|
||||||
|
"dev"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"terminal.integrated.defaultProfile.linux": "tmux-shell"
|
||||||
},
|
},
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-azuretools.vscode-docker",
|
"ms-azuretools.vscode-docker",
|
||||||
"ms-python.python",
|
"mermaidchart.vscode-mermaid-chart",
|
||||||
"ms-python.vscode-pylance",
|
"opentofu.vscode-opentofu"
|
||||||
"ms-python.black-formatter",
|
|
||||||
"charliermarsh.ruff",
|
|
||||||
"mermaidchart.vscode-mermaid-chart"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"postCreateCommand": "uv sync"
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user