Skip to content

Commit 8a0cf4f

Browse files
authored
Merge branch 'main' into use-git-extension
2 parents e51a0c0 + 0b3f427 commit 8a0cf4f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.vscode/launch.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
1414
"preLaunchTask": "npm: dev",
1515
"postDebugTask": "Terminate All Tasks",
16+
"env": {
17+
"NODE_OPTIONS": "--trace-deprecation"
18+
}
1619
},
1720
]
1821
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
### 🏡 Chores
2727

2828
- **scripts:** parallelize verifying extension and webview dependencies ([#108](https://github.com/cytechmobile/radicle-vscode-extension/pull/8), [#111](https://github.com/cytechmobile/radicle-vscode-extension/pull/111))
29+
- **dev:** configure "Develop Extension" launch configuration to show the stack trace in case of nodejs deprecation warning, helping pinpoint the roote cause ([#132](https://github.com/cytechmobile/radicle-vscode-extension/issues/132))
2930

3031
### 🤖 CI
3132

0 commit comments

Comments
 (0)