Releases: microsoft/vscode-js-debug
Releases · microsoft/vscode-js-debug
v1.91.0
Changes:
Feature Requests:
- #2022: Correctly display shadowed variables in hovers
Others:
- #2024: 1.91.0
- #2023: feat: show correct values of shadowed variables in hovers
- #2021: chore(deps): bump ws from 8.16.0 to 8.17.1
- #2019: fix: don't try to debug edge force sign-in page
- #2018: msedge type does not launch the URL in browser window
- #2016: fix: hanging on certain Linux environments
This list of changes was auto generated.
v1.90.0
Changes:
Bugs:
- #2004: Debugger may hang if a firewall is active
Others:
- #2013: 1.90.0
- #2007: fix: specify inspect depth for node
inspect.custom
- #2006: fix: rare race that could show breakpoints as unverified
- #2005: fix: debugger hanging on a localhost firewall
- #2003: chore: fixup flakey profile tests
- #2002: fix: improve protocol handling performance in all cases
- #2000: fix: improve main-thread performance of source map rename
This list of changes was auto generated.
v1.89.0
Changes:
Feature Requests:
- #1984: Resolve executables in node_modules/.bin directly
Bugs:
- #1944: Extension does not parse resolveSourceMapLocations regex correctly
Others:
- #1999: 1.89.0
- #1998: Pick PR #1996
- #1996: Add Turbopack sourcemap alias
- #1988: chore: exclude already-scanned file
- #1987: fix: avoid forcing attach PID into debug mode with default arg
See More
- #1985: feat: resolve executables from node_modules/.bin automatically
- #1983: fix: dots in paths causing source map path matching issue
- #1977: 1.88.0
This list of changes was auto generated.
v1.88.0
What's Changed
- fix: off-by-one error leading to invalid renames by @connor4312 in #1949
- fix: apply sourceMapPathOverrides to sourceURL scripts by @connor4312 in #1950
- fix: lock commands in strings for localization by @connor4312 in #1951
- fix: race when stopping on node-internals exceptions by @connor4312 in #1952
- fix: missing files making test fail by @connor4312 in #1953
- fix: resolve sourcemap coming from empty URLs by @connor4312 in #1954
- fix: 'start without debugging' not working by @connor4312 in #1956
- chore: add APIScan field by @rzhao271 in #1957
- fix: inconsistent display of strings with quotes by @connor4312 in #1959
- [CDP] Send telemetry for DotnetDebugger error event by @mdh1418 in #1961
- fix: stacktraces during process shutdown not being sourcemapped by @connor4312 in #1962
- added proxy support for build by @relief-melone in #1965
- fix: attempt both ipv4 and ipv6 loopbacks for DWARF symbols by @connor4312 in #1966
- Fix formatting of number 0 in remote object when description is not set by @Beanyy in #1968
- chore: update follow-redirects by @rzhao271 in #1969
- Engineering - cleanup TSA pipeline template parameter by @lszomoru in #1971
- chore: fix publish pipeline by @rzhao271 in #1972
- chore: bump tas client for s360 by @connor4312 in #1973
- fix: incorrect useYarn in gulpfile by @connor4312 in #1974
- fix: ensure space is retained in base environment node_options by @connor4312 in #1976
New Contributors
- @mdh1418 made their first contribution in #1961
- @relief-melone made their first contribution in #1965
- @Beanyy made their first contribution in #1968
Full Changelog: v1.87.0...v1.88.0
v1.87.0
What's Changed
- fix: removed support for logpoints by @connor4312 in #1927
- Revert the revert of #1464 by @segevfiner in #1928
- fix: skipFiles not matching/negating with special chars by @connor4312 in #1929
- chore: fix codeql warnings by @connor4312 in #1930
- chore: update dependencies by @connor4312 in #1932
- fix: potential console error when debugging stops by @connor4312 in #1933
- fix: pages not loading in browser after attach browser disconnect by @connor4312 in #1934
- fix: support object property shorthand in logpoints by @connor4312 in #1935
- fix: allow debugging nested extension host workers by @connor4312 in #1937
- feat: lazily announce evaluated scripts by @connor4312 in #1940
- feat: support running extension test CLI from launch.json by @connor4312 in #1941
- 1.87.0 by @connor4312 in #1943
- fix: include launch args from test config by @connor4312 in #1946
Full Changelog: v1.86.1...v1.87.0
v1.86.1
v1.86.0
What's Changed
- 1.85.0 by @connor4312 in #1891
- fix: instrumentation breakpoint in pauseForSourceMap stuck on Node 20 by @connor4312 in #1896
- fix: bad character range in wat syntax by @connor4312 in #1897
- fix: automatically reconnect when debugging browsers in port mode by @connor4312 in #1899
- fix: remove debug code by @connor4312 in #1901
- fix: show errors from cond bps, don't pause on internal exceptions by @connor4312 in #1902
- fix: avoid unnecessary exceptions in object preview evaluation by @connor4312 in #1905
- fix: match mjs and cjs in outFiles by default by @connor4312 in #1906
- fix: bad regex in matching resolveSourceMapLocations by @connor4312 in #1909
- Mention VS Code in profile descriptions by @roblourens in #1913
- finish moving over to a modern sourcemap library by @connor4312 in #1916
- chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #1918
- fix: apply resolveSourceMapLocations in remoteRoot by @connor4312 in #1921
Full Changelog: v1.85.0...v1.86.0
v1.85.0
What's Changed
- v1.84.0 by @connor4312 in #1860
- chore: bump deps, drop abandoned estraverse by @connor4312 in #1868
- fix: reuse the webassembly worker across sessions in the debug tree by @connor4312 in #1871
- fix: respect sourceMapResolveLocations in the web extension host by @connor4312 in #1873
- chore: cleanup custom breakpoint ui by @connor4312 in #1865
- fix: path diff display in diagnostic tool by @connor4312 in #1876
- fix: allow variable substitutions for ports properties by @connor4312 in #1880
- update doc for IChromiumLaunchConfiguration.runtimeExecutable by @isSatake in #1881
- chore(deps): bump axios and vscode-tas-client by @dependabot in #1884
- fix: don't use approximate matching for file uris in browsers by @connor4312 in #1889
- feat: Addition of XHR/feat Breakpoints by @OnesAndZer0s in #1856
New Contributors
Full Changelog: v1.84.0...v1.85.0
v1.84.0
What's Changed
- fix: error when processing private properties with a map by @connor4312 in #1825
- chore: remove old codeql pipeline by @connor4312 in #1826
- fix: make sourcemap renames scope aware by @connor4312 in #1827
- fix: auto-attach/debug terminal not working in nightly by @connor4312 in #1831
- fix: envFiles variables appending rather than replacing in attach by @connor4312 in #1832
- fix: eval webpack config breakpoints not setting by @connor4312 in #1833
- fix: handle getPossibleBreakpoints response from hermes by @connor4312 in #1841
- Add suppression comments by @rzhao271 in #1845
- fix: also use script ID bps if there is a different embeddername by @connor4312 in #1846
- chore: fix codeql warnings by @connor4312 in #1847
- chore(deps-dev): bump @babel/traverse from 7.14.7 to 7.23.2 by @dependabot in #1849
- fix: cache-bust sourcemaps if the underlying content changes by @connor4312 in #1850
- fix test flakes by @connor4312 in #1851
- feat: Tidying Up of Instrumentation Breakpoints by @OnesAndZer0s in #1853
New Contributors
- @rzhao271 made their first contribution in #1845
- @OnesAndZer0s made their first contribution in #1853
Full Changelog: v1.83.0...v1.84.0
v1.83.1
What's Changed
- fix: eval webpack config breakpoints not setting by @connor4312 in #1833