Skip to content

Commit

Permalink
removed no clompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
fifthaccess committed Mar 29, 2022
1 parent df65b66 commit 7ac134f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
// 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: Flask",
"type": "python",
"request": "launch",
"module": "flask",
"env": {
"FLASK_APP": "app.py",
"FLASK_ENV": "development"
},
"args": [
"run"

],
"jinja": true,
"justMyCode": true
}
]
}

0 comments on commit 7ac134f

Please sign in to comment.