diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea797984..e4e5f1362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he ## Nightly (only) - fix: set breakpoints predictably when launching with files ([#1748](https://github.com/microsoft/vscode-js-debug/issues/1748)) +- fix: don't overwrite custom NODE_OPTIONS ([#1746](https://github.com/microsoft/vscode-js-debug/issues/1746)) ## v1.80 (June 2023) diff --git a/src/targets/sourcePathResolver.ts b/src/targets/sourcePathResolver.ts index 904fd4fe0..621948801 100644 --- a/src/targets/sourcePathResolver.ts +++ b/src/targets/sourcePathResolver.ts @@ -107,6 +107,11 @@ export abstract class SourcePathResolverBase