mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Chore: Little changes to vscode debugger (#2232)
* change path and comment out folder * remove path variable
This commit is contained in:
parent
f19bbb2176
commit
053de5d440
1 changed files with 1 additions and 2 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
|
@ -12,10 +12,9 @@
|
|||
"env": {
|
||||
"FLASK_APP": "cryptoadvance.specter.server:create_and_init()",
|
||||
"FLASK_ENV": "development",
|
||||
"SPECTER_DATA_FOLDER": "~/.specter_empty",
|
||||
// "SPECTER_DATA_FOLDER": "~/.specter_empty",
|
||||
"SPECTER_CONFIG": "DevelopmentConfig",
|
||||
"FLASK_DEBUG": "1",
|
||||
"PATH": "./.env/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
},
|
||||
"args": [
|
||||
"run",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue