Skip to content

Commit

Permalink
Merge branch 'main' into use-git-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
maninak authored Apr 30, 2024
2 parents e51a0c0 + 0b3f427 commit 8a0cf4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
"preLaunchTask": "npm: dev",
"postDebugTask": "Terminate All Tasks",
"env": {
"NODE_OPTIONS": "--trace-deprecation"
}
},
]
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
### 🏡 Chores

- **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))
- **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))

### 🤖 CI

Expand Down

0 comments on commit 8a0cf4f

Please sign in to comment.