Releases: microsoft/vscode-js-debug
Releases · microsoft/vscode-js-debug
v1.80.0
What's Changed
- v1.78.0 by @connor4312 in #1681
- fix: ECONNREFUSED when debugging from WSL by @connor4312 in #1685
- fix: do not to translate "promise rejection" by @connor4312 in #1690
- fix: silent error if runtimeExecutable crashes with useWebView: true by @connor4312 in #1691
- fix: step into
eval
whenpauseForSourceMap
is true does not pause on next available line by @connor4312 in #1692 - fix: failing test case from bad interpolation by @connor4312 in #1693
- perf: fallback should optimistically pick a new hostname when it falls back by @connor4312 in #1695
- fix: condition breakpoints not setting with implied = by @connor4312 in #1697
- fix: solving the problem of escaped backslashes in regular expressions. by @JohnhanLiu in #1701
- fix: update test fixture with new electron version by @connor4312 in #1703
- fix: terminal launches sometimes sending commands too soon by @connor4312 in #1702
- chore: 'hoist' package to reduce pipeline variance by @connor4312 in #1705
- fix: increase smart step backout threshold for better stepping by @connor4312 in #1713
- fix: breakpoints not hitting early on in nested sourcemapped programs by @connor4312 in #1714
- fix: Blazor sources sometimes being missing by @connor4312 in #1716
- fix: sourcemap predictor not filtering nested session on windows by @connor4312 in #1723
- chore: remove old sourcemap search strategies by @connor4312 in #1724
- fix: possible bad state when resuming multiple times with a slow client by @connor4312 in #1721
- chore: adopt EnvironmentVariableCollection.description by @connor4312 in #1725
- fix: show bootloader errors without stack by @connor4312 in #1728
- fix: improve previews of maps and sets by @connor4312 in #1726
- Engineering - update stable pipeline by @lszomoru in #1732
- Engineering - add TSAOptions by @lszomoru in #1735
New Contributors
- @JohnhanLiu made their first contribution in #1701
- @lszomoru made their first contribution in #1732
Full Changelog: v1.78.0...v1.80.0
v1.78.0
What's Changed
- Release 1.77 by @connor4312 in #1612
- Implement a pure DAP server by @connor4312 in #1614
- fix: prefer file over url, set breakpoints correctly by @connor4312 in #1599
- feat: support ETX in stdio console endings by @connor4312 in #1615
- fix: ensure debug console separates output lines by @dancrumb in #1590
- fix: localization for code translations by @connor4312 in #1616
- refactor: improve and order handling in the
Binder
by @connor4312 in #1619 - fix: sourcemap lookups on ipv6 localhost addresses by @connor4312 in #1621
- Re-add code to download loc files in gulpfile.js for VS build by @EricCornelson in #1622
- fix: debugger failing on Node <=12 by @connor4312 in #1627
- fix: browser debugging in remotes not working by @connor4312 in #1629
- fix: allow saving multiple named profiles by @connor4312 in #1631
- fix: breakpoints not binding in certain cases if localRoot is a path child of remoteRoot by @connor4312 in #1632
- fix: workspace detection of nightly extension not working by @connor4312 in #1634
- fix: another node 10 fix by @connor4312 in #1638
- fix: cannot read createScope of undefined by @connor4312 in #1644
- Fix the race for the javascript terminal too by @markw65 in #1654
- Launch browser with argument user-data-dir specified without directory junction. by @NotAndOr in #1656
- fix: cannot get dapDebugServer actually running the process by @connor4312 in #1663
- Add 'remoteHostHeader' option for node attach by @pilaoda in #1664
- fix: can't hit breakpoints in worker thread that starts before debugger attaches by @connor4312 in #1668
- fix: vite sources on posix not setting breakpoints correctly by @connor4312 in #1669
- fix remoteHostHeader option for redirect error by @pilaoda in #1672
- fix: never attach to devtools pages by @connor4312 in #1677
New Contributors
- @dancrumb made their first contribution in #1590
- @markw65 made their first contribution in #1654
- @NotAndOr made their first contribution in #1656
Full Changelog: v1.77.0...v1.78.0
v1.77.2
Full Changelog: v1.77.1...v1.77.2
v1.77.1
Full Changelog: v1.77.0...v1.77.1
v1.77.0
What's Changed
- Release/1.76 by @connor4312 in #1574
- fix: repl stacktrace with renames showing too much info by @connor4312 in #1576
- fix: recursive source map resolution parsing ignored locations by @connor4312 in #1578
- fix: Reflect.hasOwnMetadata is not a function in debugServer by @connor4312 in #1579
- fix: unbound breakpoints in sourcemaps on Chrome 112 by @connor4312 in #1580
- chore: remove webpack and tsb, use esbuild by @connor4312 in #1581
- fix: function previews not working in RN/hermes by @connor4312 in #1584
- fix: assorted bad source behaviors when reloading a page by @connor4312 in #1585
- Use localization by @TylerLeonhardt in #1543
- fix: evaluateName in watch variables not being set correctly by @connor4312 in #1586
- fix: step over eval/new Function with sourcemaps not working by @connor4312 in #1589
- fix: strings not being included by @connor4312 in #1595
- fix: undefined sources with running without debugging by @connor4312 in #1594
- fix: 'break on caught exceptions' pausing on worker threads by @connor4312 in #1610
Full Changelog: v1.76.0...v1.77.0
v1.76.1
v1.76.0
What's Changed
- release 1.75 by @connor4312 in #1531
- fix: skipFiles being slow in remotes by @connor4312 in #1532
- fix: typeerror for users of vsDebugServer.bundle.js by @connor4312 in #1533
- fix: put extracted locals in the right place for l10n by @connor4312 in #1534
- fix: adopt new test-electron to fix windows test timeouts by @connor4312 in #1535
- fix: expansion of non-primitive getters not working by @connor4312 in #1536
- fix: misleading error for DAP-based consumers on missing cwd by @connor4312 in #1538
- fix: only show pretty print actions when debugger is stopped by @connor4312 in #1540
- chore: remove implicit activation events by @connor4312 in #1541
- fix: support rich ANSI output for complex logs by @connor4312 in #1547
- chore(deps): bump loader-utils from 2.0.3 to 2.0.4 by @dependabot in #1450
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #1465
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1546
- chore(deps): bump cacheable-request and got by @dependabot in #1559
- chore: update tests and build by @connor4312 in #1565
- Revert "Merge pull request #1481 from microsoft/complex-sourcemap-names" by @connor4312 in #1566
- fix: resolveSourceMapLocations not being auto-filled for ext host debug by @connor4312 in #1568
- fix: don't fail on dynamic config provisioning if no package.json's exist by @connor4312 in #1569
- fix: source map resolution in parent workspace folder paths not working by @connor4312 in #1573
Full Changelog: v1.75.0...v1.76.0
v1.75.1
Full Changelog: v1.75.0...v1.75.1
v1.75.0
What's Changed
- bump 1.74 by @connor4312 in #1460
- chore: npm audit by @connor4312 in #1462
- chore: allow disabling gh release to unblock publishing by @connor4312 in #1463
- Bump the timeout of setting the auto attach child processes env vars in extensionHost debugging by @segevfiner in #1464
- fix: breakpoints not setting in paths with special glob characters by @connor4312 in #1466
- fix: resolveSourceMapLocations not deriving from outFiles in debug terminal by @connor4312 in #1468
- fix: skipFiles creating catastrophic regexes by @connor4312 in #1470
- fix: perScriptSourcemaps not reliably breaking by @connor4312 in #1471
- Longer console length limits by @connor4312 in #1472
- fix: improve repl/variable/completion performance for TS by @connor4312 in #1473
- fix: add ipv4->6 fallback by @connor4312 in #1475
- Support more complex sourcemap renames by @connor4312 in #1481
- Revert to old approach, just allow member accesses in sourcemap renames by @connor4312 in #1482
- fix: js-debug in the browser showing extraneous error by @connor4312 in #1483
- fix: private properties in Blazor apps not grouping correctly by @connor4312 in #1484
- fix: better handling of multiple/relative outFiles by @connor4312 in #1486
- fix: js files with sourceURLs opening readonly versions by @connor4312 in #1487
- [wasm] Implementing support to supportsSetSymbolOptions by @thaystg in #1467
- Fix adding a breakpoint in a JS file while debugging a blazor app by @thaystg in #1488
- fix: reduce number of ports used by debugger by @connor4312 in #1495
- fix: support launching chrome dev/beta as default fallbacks by @connor4312 in #1496
- refactor: add turbo mode for the breakpoint predictor by @connor4312 in #1498
- chore(deps): bump json5 from 2.2.0 to 2.2.2 by @dependabot in #1499
- Adding support to EvaluationOptions from dap. by @thaystg in #1323
- fix: provide memory reference for evaluate expressions by @connor4312 in #1500
- fix: publishing not working by @connor4312 in #1504
- fix: don't hardcode generated source types as javascript by @connor4312 in #1508
- fix: followup for vscode#168013 by @connor4312 in #1512
- fix: typo in network fallback by @connor4312 in #1513
- fix: error in vsDebugServer by @connor4312 in #1514
- chore: adopt new localization pipeline by @connor4312 in #1515
- fix: build error by @connor4312 in #1521
- chore: bump vscode-nls for build fix by @connor4312 in #1528
- fix: warnings of symlinks on windows by @connor4312 in #1529
- fix: shutdown of debug adapter being slow by @connor4312 in #1530
New Contributors
- @segevfiner made their first contribution in #1464
Full Changelog: v1.74.0...v1.75.0