Compare commits
3
Commits
7a54748c0e
..
python
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15dbbf5064 | ||
|
|
8a0c5d5349
|
||
|
|
51f1bef505
|
+14
-8
@@ -1,25 +1,31 @@
|
||||
{
|
||||
"name": "TF",
|
||||
"name": "Python",
|
||||
"runArgs": [
|
||||
"--network=host"
|
||||
],
|
||||
"image": "git.luke-else.co.uk/luke-else/tf-dev:latest",
|
||||
"image": "git.luke-else.co.uk/luke-else/python-dev:latest",
|
||||
"remoteUser": "dev",
|
||||
"mounts": [
|
||||
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/dev/.ssh,type=bind,consistency=cached"
|
||||
],
|
||||
"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",
|
||||
"mermaidchart.vscode-mermaid-chart",
|
||||
"opentofu.vscode-opentofu"
|
||||
"ms-python.python",
|
||||
"ms-python.vscode-pylance",
|
||||
"ms-python.black-formatter",
|
||||
"charliermarsh.ruff",
|
||||
"mermaidchart.vscode-mermaid-chart"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "uv sync"
|
||||
}
|
||||
Reference in New Issue
Block a user