Skip to content

Releases: microsoft/vscode-js-debug

v1.89.0

24 Apr 21:07
b389427
Compare
Choose a tag to compare

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

22 Mar 21:08
56f2a89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.87.0...v1.88.0

v1.87.0

21 Feb 23:29
19cd302
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.86.1...v1.87.0

v1.86.1

26 Jan 19:10
61adc31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.86.0...v1.86.1

v1.86.0

22 Jan 20:35
d006ab0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.85.0...v1.86.0

v1.85.0

28 Nov 16:34
f58b6ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.84.0...v1.85.0

v1.84.0

25 Oct 18:41
cc0badd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.83.0...v1.84.0

v1.83.1

06 Oct 20:55
5c4f9dc
Compare
Choose a tag to compare

What's Changed

v1.83.0

27 Sep 16:52
eb98953
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.82.0...v1.83.0

v1.82.0

30 Aug 17:12
43ab1c2
Compare
Choose a tag to compare

What's Changed

  • fix: immediately log stdout/err unless EXT is encountered by @connor4312 in #1768
  • fix: child processes from extension host not getting spawned during debug by @connor4312 in #1767
  • fix: hint content type for sources with query strings by @connor4312 in #1769
  • fix: don't overwrite custom NODE_OPTIONS by @connor4312 in #1771
  • feat: use the browser networks stack as fallback when direct load fails by @connor4312 in #1772
  • fix: support vite HMR source replacements by @connor4312 in #1774
  • feat: add Symbol.for("debug.description") as a way to generate object descriptions by @connor4312 in #1775
  • chore: trigger perScriptSourceMaps for vite dev server by @connor4312 in #1776
  • feat: adopt supportTerminateDebuggee for browsers and node by @connor4312 in #1777
  • Speed up sourcemap lookups by checking existance of .map files by @sunilsurana in #1780
  • fix: ensure ELECTRON_RUN_AS_NODE is set for the watchdog by @connor4312 in #1787
  • feat: support basic webassembly debugging by @connor4312 in #1791

New Contributors

Full Changelog: v1.81.0...v1.82.0