mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 22:16:28 +00:00
chore: update settings (#6976)
This commit is contained in:
parent
7505292116
commit
5da99b1180
2 changed files with 4 additions and 7 deletions
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
@ -8,9 +8,8 @@
|
|||
"program": "${workspaceFolder}/lib/renovate.ts",
|
||||
"env": { "LOG_LEVEL": "debug" },
|
||||
"console": "integratedTerminal",
|
||||
"disableOptimisticBPs": true,
|
||||
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/babel-node",
|
||||
"runtimeArgs": ["--nolazy", "--extensions", ".ts,.js"],
|
||||
"runtimeArgs": ["--extensions", ".ts,.js"],
|
||||
"protocol": "inspector",
|
||||
"skipFiles": ["<node_internals>/**/*.js"]
|
||||
},
|
||||
|
@ -27,11 +26,10 @@
|
|||
],
|
||||
"env": { "NODE_ENV": "test", "LOG_LEVEL": "debug" },
|
||||
"console": "integratedTerminal",
|
||||
"disableOptimisticBPs": true,
|
||||
"windows": {
|
||||
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
|
||||
},
|
||||
"runtimeArgs": ["--nolazy", "--preserve-symlinks"],
|
||||
"runtimeArgs": ["--preserve-symlinks"],
|
||||
"protocol": "inspector",
|
||||
"skipFiles": ["<node_internals>/**/*.js"]
|
||||
},
|
||||
|
@ -43,11 +41,10 @@
|
|||
"args": ["--runInBand", "--collectCoverage=false"],
|
||||
"env": { "NODE_ENV": "test", "LOG_LEVEL": "debug" },
|
||||
"console": "integratedTerminal",
|
||||
"disableOptimisticBPs": true,
|
||||
"windows": {
|
||||
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
|
||||
},
|
||||
"runtimeArgs": ["--nolazy", "--preserve-symlinks"],
|
||||
"runtimeArgs": ["--preserve-symlinks"],
|
||||
"protocol": "inspector",
|
||||
"skipFiles": ["<node_internals>/**/*.js"]
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"@babel/proposal-class-properties",
|
||||
"@babel/proposal-object-rest-spread"
|
||||
],
|
||||
"sourceMaps": true,
|
||||
"sourceMaps": "inline",
|
||||
"retainLines": true,
|
||||
|
||||
"env": {
|
||||
|
|
Loading…
Reference in a new issue