remettre demandes.pt comme avant
This commit is contained in:
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@@ -8,11 +8,12 @@
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"name": "Pserve",
|
||||
"python": "/Users/Thien-An/AppData/Local/Programs/Python/Python37",
|
||||
"program": "/pyramid/Scripts/pserve",
|
||||
"python": "C:/pyramid10/Scripts/python.exe",
|
||||
"program": "/pyramid10/Scripts/pserve.exe",
|
||||
"args": [
|
||||
"-v",
|
||||
"development.ini"
|
||||
"development.ini",
|
||||
"--reload"
|
||||
],
|
||||
"console": "integratedTerminal",
|
||||
"debugOptions": [
|
||||
|
||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"html.validate.scripts": false,
|
||||
"editor.minimap.enabled": false,
|
||||
"python.pythonPath": "C:\\Users\\Thien-An\\AppData\\Local\\Programs\\Python\\Python37\\python.exe"
|
||||
"python.pythonPath": "C:\\pyramid10\\Scripts\\python.exe"
|
||||
}
|
||||
Reference in New Issue
Block a user