Menu 1 2 3 4 5 7 8 ok
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "bourse",
|
||||
"dockerComposeFile": "../docker-compose.yml",
|
||||
"service": "web",
|
||||
"workspaceFolder": "/app",
|
||||
"remoteUser": "appuser",
|
||||
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
"ms-python.vscode-pylance"
|
||||
],
|
||||
"settings": {
|
||||
"python.defaultInterpreterPath": "/usr/local/bin/python"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user