We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd53386 commit 289a60eCopy full SHA for 289a60e
.vscode/launch.json
@@ -4,6 +4,19 @@
4
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
"version": "0.2.0",
6
"configurations": [
7
+ {
8
+ "name": "node dist/git-stacked-rebase.js origin/master --apply",
9
+ "program": "${workspaceFolder}/dist/git-stacked-rebase.js",
10
+ "request": "launch",
11
+ "args": [
12
+ "origin/master", //
13
+ "--apply"
14
+ ],
15
+ "skipFiles": [
16
+ "<node_internals>/**" //
17
18
+ "type": "node"
19
+ },
20
{
21
"name": "ts-node tests",
22
"type": "node",
0 commit comments