This commit is contained in:
ferdzo
2024-03-15 13:07:23 +01:00
parent 6b1a92e86e
commit ad43613629
2 changed files with 0 additions and 22 deletions

19
.vscode/launch.json vendored
View File

@@ -1,19 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Django",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}\\manage.py",
"args": [
"runserver"
],
"django": true,
"autoStartBrowser": false
}
]
}

View File

@@ -1,3 +0,0 @@
{
"cmake.configureOnOpen": false
}