Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 192a20c759 | |||
| 4860e3f30a |
+4
-14
@@ -1,19 +1,14 @@
|
||||
{
|
||||
"name": "Python",
|
||||
"name": "TF",
|
||||
"runArgs": [
|
||||
"--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",
|
||||
"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.profiles.linux": {
|
||||
"tmux-shell": {
|
||||
@@ -30,13 +25,8 @@
|
||||
},
|
||||
"extensions": [
|
||||
"ms-azuretools.vscode-docker",
|
||||
"ms-python.python",
|
||||
"ms-python.vscode-pylance",
|
||||
"ms-python.black-formatter",
|
||||
"charliermarsh.ruff",
|
||||
"mermaidchart.vscode-mermaid-chart"
|
||||
"opentofu.vscode-opentofu"
|
||||
]
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "uv sync"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user