mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 07:26:14 +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
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -58,3 +58,4 @@ site/
|
||||||
.coverage
|
.coverage
|
||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
coverage.xml
|
coverage.xml
|
||||||
|
.vscode/launch.json
|
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
|
@ -8,8 +8,12 @@
|
||||||
"name": "behave",
|
"name": "behave",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
progrma: "behave", // adjust as needed for virtualenv
|
"program": "behave", // adjust as needed for virtualenv
|
||||||
"args": [
|
"args": [
|
||||||
|
"features/upgrade.feature",
|
||||||
|
"--stop",
|
||||||
|
"-n",
|
||||||
|
"without colors to colors"
|
||||||
],
|
],
|
||||||
"justMyCode": true,
|
"justMyCode": true,
|
||||||
"console": "integratedTerminal"
|
"console": "integratedTerminal"
|
||||||
|
@ -18,9 +22,8 @@
|
||||||
"name": "Jrnl",
|
"name": "Jrnl",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
program: "jrnl", //adjust as needed for virtualenv
|
"program": "jrnl", //adjust as needed for virtualenv
|
||||||
"args": [
|
"args": [],
|
||||||
],
|
|
||||||
"justMyCode": false,
|
"justMyCode": false,
|
||||||
"console": "integratedTerminal"
|
"console": "integratedTerminal"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue