mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-10 09:16:12 +02:00
base .vscode/launch.json and ignore further user modifications from SCM
This commit is contained in:
parent
be8c48d2b0
commit
ca45c7634c
2 changed files with 9 additions and 5 deletions
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
|
@ -8,8 +8,12 @@
|
|||
"name": "behave",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
progrma: "behave", // adjust as needed for virtualenv
|
||||
"program": "behave", // adjust as needed for virtualenv
|
||||
"args": [
|
||||
"features/upgrade.feature",
|
||||
"--stop",
|
||||
"-n",
|
||||
"without colors to colors"
|
||||
],
|
||||
"justMyCode": true,
|
||||
"console": "integratedTerminal"
|
||||
|
@ -18,9 +22,8 @@
|
|||
"name": "Jrnl",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
program: "jrnl", //adjust as needed for virtualenv
|
||||
"args": [
|
||||
],
|
||||
"program": "jrnl", //adjust as needed for virtualenv
|
||||
"args": [],
|
||||
"justMyCode": false,
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue