Skip to content

Releases: microsoft/vscode-js-debug

v1.76.1

13 Mar 22:46
390a741
Compare
Choose a tag to compare

This fixes a bug that breaks debugging in Chrome 111 #1604

v1.76.0

22 Feb 20:26
f7cc6be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.75.0...v1.76.0

v1.75.1

30 Jan 21:46
6318e77
Compare
Choose a tag to compare

Full Changelog: v1.75.0...v1.75.1

v1.75.0

23 Jan 23:07
27cf001
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.74.0...v1.75.0

v1.74.1

06 Dec 23:00
f4f5802
Compare
Choose a tag to compare

This release fixes #1469

v1.74.0

29 Nov 17:19
e9e2600
Compare
Choose a tag to compare

You can find notes for this release in changelog.md.

v1.72.1

03 Oct 17:58
a790204
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v1.72.0

27 Sep 07:32
88b15b6
Compare
Choose a tag to compare

Changes:

See More
  • c35cb4d Merge pull request #1385 from andresiraola/getversion-cwd
  • f64c701 Pass cwd to getVersionText
  • c2f989a Merge pull request #1379 from microsoft/fix/breakpoint-startup-race
  • 3d7e164 fix: breakpoints not being removed during startup [ #1371 ]
  • 08d6e97 Merge pull request #1378 from microsoft/fix/wd-request-loop
  • 73c8641 chore: update failing test
  • 62c2c85 fix: request loop on certain kinds of Node.js attach failures [ #156810 ]
  • c7ff13b Merge pull request #1376 from turuslan/fix/hex-typo
  • 2e2265d fix hex typo
  • a2efa48 Merge pull request #1373 from microsoft/release/1.71.0

This list of changes was auto generated.

v1.71.1

02 Sep 17:27
fede21f
Compare
Choose a tag to compare

Changes:

  • fede21f 1.71.1
  • 60a44d7 fix: dynamic debug configs sometimes having the wrong type

This list of changes was auto generated.

v1.71.0

24 Aug 21:26
87fe3ca
Compare
Choose a tag to compare

Changes:

  • 87fe3ca 1.71.0
  • f6c1086 docs: for 1.71.0
  • 894226b Merge pull request #1372 from microsoft/lramos15/prChat
  • 2e57f56 Add pr chat yml
  • c479e4e Merge pull request #1369 from microsoft/back-to-nightly [ #1361 ]
  • d6fb041 Revert "Merge pull request #1361 from microsoft/feat/use-preview-builds"
  • c7e19ed Merge pull request #1311 from thaystg/thays_implement_get_settings_support
  • ccc8187 Merge pull request #1365 from microsoft/alexr00/tunnelsProposal
  • 3817192 Keep resolvers
  • 3e9a04a Remove resolvers proposal and use tunnels instead
See More
  • 4867fe7 Merge pull request #1362 from gfszr/add-host-to-argv
  • 74335fc Split host from port to a different argument in vsDebugServer
  • 357db98 Allow specifying host:port on vsDebugServer.ts
  • 8363c62 Merge pull request #1361 from microsoft/feat/use-preview-builds
  • adc5586 chore: use pre-release pipeline for publishing
  • 4294f65 Merge pull request #1312 from microsoft/dependabot/npm_and_yarn/shell-quote-1.7.3
  • cbb1086 fix: race in entrypoint breakpoints (#1360)
  • 1d9149e Merge pull request #1334 from microsoft/dependabot/npm_and_yarn/terser-5.14.2
  • 4992b8c fix: stack traces logged immediately before exit not being sourcemapped (#1358)
  • 063090a Merge pull request #1359 from microsoft/fix/breakpoint-tool-paths
  • 4aebac6 Merge remote-tracking branch 'origin/main' into fix/breakpoint-tool-paths
  • a992483 fix: path display in breakpoint diagnostic tool [ #1343 ]
  • 528ca82 Merge pull request #1354 from thaystg/thays_fix_56029
  • eeaaeb1 fix: improve resolution in Webpack HMR (#1357)
  • 5da260a trying to address @connor4312 comments
  • abf3cc2 Addressing @connor4312 comments
  • ac92336 Trying to fix tests
  • b5c075f Merge pull request #1356 from microsoft/fix/webview-debugging
  • f24a4ed fix: webview debugging
  • 98ed9ad Merge pull request #1355 from microsoft/fix/undisposed-forwarded-tunnel
  • 44a016c fix: debug forwarded tunnels not getting disposed of
  • c05ac77 Trying to fix tests.
  • 8891ef7 Fix when we have two sources with same prefix. like: other.js and other.js2, as we were not adding the $ it was setting the breakpoint in both files if we want to set on other.js.
  • b768361 Merge pull request #1353 from microsoft/fix/preferred-renamed
  • cbe303f fix: use preferred names when providing initial configs [ #1320 ]
  • 2ac7daf Merge pull request #1352 from microsoft/fix/workspacefolder-pathmapping-override
  • 05e620c fix: allow overriding resolution of workspaceFolder in pathMapping
  • 91ffddb Merge pull request #1347 from thaystg/thays_fix_71552
  • 16cf25d Adressing @connor4312 comment, trying to fix test case
  • 0079bcf Adressing @connor4312 comment
  • 5084ec8 Merge pull request #1350 from microsoft/fix/restart-warnings
  • 589de99 fix: extraneous warnings when restarting debugging
  • 2240e07 feat: make deno easier to configure (#1348)
  • d93f891 Trying to fix double click in a variable that has more than 100 characters.
  • 95d772b Merge pull request #1346 from microsoft/chore/1.70
  • 0a49612 docs: fix 1.70 release date
  • 342cbad chore(deps): bump terser from 5.12.1 to 5.14.2
  • 4daa848 Merge branch 'main' into thays_implement_get_settings_support
  • 25e3eb6 I think this would be the best approach once we shouldn't change the public dap.
  • 256c45c Using the same definition for parameters that is in SetDebuggerPropertyRequest.json in private repo.
  • 0140793 Addressing @connor4312 comments.
  • 08a2d85 chore(deps): bump shell-quote from 1.7.2 to 1.7.3
  • 9dbeeda Update api.d.ts
  • 5809562 Update src/cdp/api.d.ts
  • 15f3727 Implement support to Debugger Properties, then we can pass this information to BrowserDebugProxy and give the Wasm programmer a better debugging experience.

This list of changes was auto generated.