Releases: microsoft/vscode-js-debug
Releases · microsoft/vscode-js-debug
v1.74.0
You can find notes for this release in changelog.md.
v1.72.1
Changes:
This list of changes was auto generated.
v1.72.0
Changes:
- ceabe91 Merge pull request #1400 from microsoft/1.72
- 88b15b6 1.72.0
- 0cb042f docs: prep for 1.72
- 44ffc43 Use
l10nShouldProcess: false
(#1398) - 0fa459c Merge pull request #1397 from thaystg/thays_fix_static_methods
- 7dbea0b when debugging C# code, a static method doesn't have this
- 9101ff6 Merge pull request #1396 from microsoft/roblou/debugStrings [ microsoft/vscode#153842 ]
- 4a74410 uiMessages -> strings, for microsoft/vscode#153842
- 227b5b5 Merge pull request #1389 from microsoft/fix/open-link-debug-type
- 1c95eb2 fix: use preferred debug type in open link
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
Changes:
This list of changes was auto generated.
v1.71.0
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.
v1.70.0
Changes:
- 95d772b Merge pull request #1346 from microsoft/chore/1.70
- 0a49612 docs: fix 1.70 release date
- c75e8d5 1.70.0
- ea60975 docs: for 1.70
- 8362730 Merge pull request #1342 from microsoft/fix/stringy-props-react-native
- 1b74b74 fix: windows rn direct debugging
- 2344223 Merge pull request #1341 from microsoft/roblou/graceful-wolf
- bb303f3 fixup! improve array types
- 9b7682e Merge pull request #1339 from Balastrong/feature/1338-double-check-object-string
- 166caec Optimization by calling String constructor once
See More
- 36e656b Double check if native tostring is [object
- e2c1e6d Fix #1335
- 812a259 Merge pull request #1330 from pilaoda/main
- 4ca622b fix: Cdp.Debugger.CallFrame.url undefined in v8 5
- 1c3cea1 fix: Cdp.Debugger.CallFrame.url undefined in v8 5
- 98af79b Merge pull request #1326 from microsoft/fix/scope-completions
- f10c0e1 fix: completions not returning stack variables
- 48125df Merge pull request #1325 from microsoft/fix/predictor-improvements
- c4c7620 fixup! make tests more reliable
- 2be395a fix: avoid blocking or activating the BP predictor when unnecessary
- ec4063b refactor: improve performance of bp predictor for inline maps
- d08985e Merge pull request #1318 from microsoft/chore/1.69
- 075f0ee chore: update test fixtures
This list of changes was auto generated.
v1.69.0
Changes:
- d08985e Merge pull request #1318 from microsoft/chore/1.69
- 075f0ee chore: update test fixtures
- 4f412ec 1.69.0
- 8e5b441 docs: prep for 1.69
- 0d3d73c Merge pull request #1307 from microsoft/feat/step-in-targets
- 27637ab Merge pull request #1313 from microsoft/dependabot/npm_and_yarn/got-11.8.5
- 1aa90e6 chore(deps): bump got from 11.8.2 to 11.8.5
- b9226bc Merge pull request #1309 from microsoft/fix/indexed-in-repl
- 1a4abce fixup! update tests
- a05fc94 Merge pull request #1263 from jakebailey/truncate-debug-console-stack-traces
See More
- 3d40613 fix: arrays not being indexed in repl
- d4e6e55 Change context in console format test
- 063c97c Simplify after merge
- e134926 Merge remote-tracking branch 'upstream/main' into truncate-debug-console-stack-traces
- 2ca542f fixup! columns
- 20930e0 fixup!
- 72258d7 feat: implement step in targets
- f314b55 Merge pull request #1305 from microsoft/chore/deprecated-prefixed-types
- 562f999 Merge pull request #1306 from microsoft/feat/sourcemap-toggling
- 61b4cb5 fixup! tests and ui
- 837ca9f feat: allow easy toggling between compiled and sourcemapped sources
- 1253dab chore: mark prefixed debug types as deprecated
- dbc076e Merge pull request #1302 from microsoft/feat/1301
- a49c7e6 Merge pull request #1303 from microsoft/fix/vscode-debug-freezes
- 8205e61 fix: freezes when debugging vscode
- 4562b13 fixup! tests
- c6e4318 feat: keep a ring buffer of logs, and allow saving them
- 89c3741 refactor: remove unused properties from logging config
- ecdaa84 Merge pull request #1300 from microsoft/connor4312/fix-nested-tostring
- 9381db4 fixup! tests
- 2a2cb04 fix: custom toSTring format not applying to nested props
- c92cc13 Merge pull request #1296 from microsoft/feat/to-string-object-descriptions
- f350a29 Merge pull request #1110 from microsoft/dependabot/npm_and_yarn/nth-check-2.0.1
- 0c449c0 Merge pull request #1170 from microsoft/dependabot/npm_and_yarn/copy-props-2.0.5
- 4301a6c Merge pull request #1198 from microsoft/dependabot/npm_and_yarn/simple-get-3.1.1
- 7a9fdd4 Merge pull request #1298 from microsoft/chore/fix-dependabot-isuses
- 824d2aa Merge pull request #1297 from microsoft/fix/ipv6-debug-attach
- ab0b7d7 Merge pull request #1294 from microsoft/fix/1285
- 92f38f2 fixup! tests
- ea49be1 npm audit fix
- 9c1000f chore: remove dependabot-alert-filled demo packages
- 44f2dd3 feat: use custom toString() methods to generate object descriptions [ #1284 ]
- f6d227e fix: extension debugging not working with two ipv6 interfaces
- d816d6a Merge pull request #1295 from microsoft/feat/151410
- 3eeb048 feat: simplify pretty print to align with devtools
- 1a57656 Merge pull request #1293 from microsoft/chore/1283
- 1fbf943 Merge pull request #1292 from microsoft/feat/1288
- 0e06350 fixup! docs
- 878686c Merge branch 'main' into chore/1283
- 389e710 fixup! adopt restartFrame mode
- 1eca038 fixup! tests
- fb29c6e Merge branch 'fix/150754'
- bae604c Merge pull request #1290 from microsoft/fix/ext-host-cp-teardown
- ed4b51b fix: add default webpack path mapping for scoped packages [ #1285 ]
- d8298aa feat: support new canBeRestarted flag from the runtime [ #1283 ]
- a6e4d57 Merge pull request #1286 from microsoft/roblou/breakpointsMessage
- 246f0dc feat: try to load common entrypoint on f5
- e045bea fix: errors thrown in process tree lookup not being visible [ #150754 ]
- 803c2c1 fix: debugged child processes in ext host causing teardown [ #1289 ]
- b9f61d5 Merge pull request #1287 from microsoft/chore/1.68.0
- 7f4d681 Add uiMessages in a single common place
- 83a47c8 Add unverified breakpoint message for microsoft/vscode#42870
- 29a6b4f Revert change to goldenText
- 6800e82 Show 'repl' in traces
- 65afeae Update src/adapter/stackTrace.ts
- 3f750df Replace repl-something with repl-xx, don't drop the last eval in the slice
- 8cf9ff6 Select highest eval in call chain, fix one baseline
- b01abac Stop REPL stack traces at the REPL eval frame
- 48511c0 chore(deps): bump simple-get from 3.1.0 to 3.1.1
- b6d3b68 chore(deps): bump copy-props from 2.0.4 to 2.0.5
- 852d8ac chore(deps): bump nth-check from 2.0.0 to 2.0.1
This list of changes was auto generated.
v1.68.0
Changes:
- 59abbf9 1.68.0
- 9f21911 docs: prep for 1.68.0
- 80a21b2 feat: support UWP webview debugging (#1282)
- 259706c chore: apply formatting to security.md (#1281)
- 25a883f Microsoft mandatory file (#1279)
- 98b20c3 fix: bigint previews not working in certain cases (#1278) [ #1277 ]
- c07c194 chore: support new sha script hashes from chrome (#1276) [ #1244 ]
- 577851f Merge pull request #1275 from microsoft/feat/support-unresolved-indexed-map
- 7b174a0 Merge pull request #1261 from ashgti/main
- e45e195 feat: support unresolved indexed sourcemaps
See More
- 66415de fix: snap versions in alternate install locations resulting in warning (#1274) [ #1239 ]
- c8a3004 More explicit DA names (#1271) [ microsoft/vscode#146338 ]
- ce304a6 fix: align hoverEvaluation config suggestion with actual default (#1265)
- 8401fe4 fix: remove query strings from sourcemapped URLs (#1253)
- 1241ce2 Formatting new tests.
- 7e8678b Adding new unit tests to the SourceMap and SourceMapFactory classes.
- 3531f17 Adding support for indexed source maps.
- 0d435a1 fix: prefer to parse source map directly before failling back to path mapping (#1258)
- 8ee57a5 fix: only enter debug mode on f11 when debug view is visible (#1255)
- 56f1d5c add stacktrace parser test, fix descriptor output (#1254) [ #1221 ]
- acb2aff fix: update package-lock.json not yarn.lock (#1251)
- 37c6a97 chore: update vscode-tas-client dependency for CG (#1250)
- fe532ff chore: use worker_threads for hash process for better stability
- 42cfe59 fix: make test green again
This list of changes was auto generated.
v1.67.2
v1.67.0
Changes:
- c6849fc 1.67.0
- cddf502 docs: update changelog
- 877e0ae fix: keep 500ms as default hover timeout
- 8da8946 fix: unit tests
- 0cca6a4 feat: apply pathMapping when loading sourcemaps (#1241) [ #1240 ]
- 8e87a53 feat: make hover evaluation timeout configurable (#1243) [ #1242 ]
- 1d734de fix: duplicate gulpfile and missing translations
- e3b0fde chore: update to new template
- 536f96b fix: sourcemap renames replacing in invalid contexts [ #1201 ]
- ab61a44 chore: update dependencies
This list of changes was auto generated.