Skip to content

Commit f8f4253

Browse files
authored
Merge pull request #2244 from microsoft/connor4312/1.102
1.102.0
2 parents 9b12d08 + 48b0cb3 commit f8f4253

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
This changelog records changes to stable releases since 1.50.2. "TBA" changes here may be available in the [nightly release](https://github.com/microsoft/vscode-js-debug/#nightly-extension) before they're in stable. Note that the minor version (`v1.X.0`) corresponds to the VS Code version js-debug is shipped in, but the patch version (`v1.50.X`) is not meaningful.
44

5+
## 1.102 (June 2025)
6+
7+
- fix: subdirectory names to debug script configurations in monorepos ([#2242](https://github.com/microsoft/vscode-js-debug/issues/2242))
8+
- fix: async stackframe separators not using unique ID ([#2235](https://github.com/microsoft/vscode-js-debug/issues/2235))
9+
- feat: add killBehavior as a browser launch option ([#2238](https://github.com/microsoft/vscode-js-debug/issues/2238))
10+
- fix: inherit parent console options and use the right inspector opts ([#2226](https://github.com/microsoft/vscode-js-debug/issues/2226))
11+
- fix: default url for turbopack ([#2223](https://github.com/microsoft/vscode-js-debug/issues/2223))
12+
- fix: only add --experimental-networking for node/npm/etc binaries ([#2222](https://github.com/microsoft/vscode-js-debug/issues/2222))
13+
- fix: set version manually when using deno ([#2219](https://github.com/microsoft/vscode-js-debug/issues/2219))
14+
- fix: avoid extraneous rename mapping ([#2217](https://github.com/microsoft/vscode-js-debug/issues/2217))
15+
- fix: wasmworker memory reuse ([#2211](https://github.com/microsoft/vscode-js-debug/issues/2211))
16+
517
## 1.100 (April 2025)
618

719
- fix: explicitly specify completion ranges ([vscode#243409](https://github.com/microsoft/vscode/issues/243409))

OPTIONS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,4 +437,3 @@
437437
"!**/node_modules/**"
438438
]</pre></code><h4>webRoot</h4><p>This specifies the workspace absolute path to the webserver root. Used to resolve paths like <code>/app.js</code> to files on disk. Shorthand for a pathMapping for &quot;/&quot;</p>
439439
<h5>Default value:</h4><pre><code>"${workspaceFolder}"</pre></code></details>
440-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-debug",
33
"displayName": "JavaScript Debugger",
4-
"version": "1.100.0",
4+
"version": "1.102.0",
55
"publisher": "ms-vscode",
66
"author": {
77
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)