Fix devcontainer docs for windsurf

This commit is contained in:
f-trycua
2025-06-12 20:11:34 -07:00
parent d15dc2eaf7
commit efb8850fb7
3 changed files with 6 additions and 20 deletions
-2
View File
@@ -28,7 +28,6 @@
"python.terminal.activateEnvironment": false,
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
@@ -45,6 +44,5 @@
}
}
},
// Automatically run post-install.sh after container is created
"postCreateCommand": "/bin/bash .devcontainer/post-install.sh"
}