SIGN IN SIGN UP

TAGS

20 tags
1.99.3

bump version for recovery 3 (#246669) bump version

1.99.2

Add experiment to let us control the default mode/model for new chat sessions (#246150) * Implement experiment for default mode and model * Simpler * Simplify, check experiments in the same place * Fixup * Fixes for safety * Add logs * Cleanup

1.99.1

Merge pull request #24 from devdiv-microsoft/aamunger/fixCleanup clean up verification check

1.99.0

bump distro commit (removing NES setting policy) (#245388) bump distro commit to https://github.com/microsoft/vscode-distro/commit/21c8d8ea1e46d97c5639a7cabda6c0e063cc8dd5

1.98.2

fix: pty crash on windows with legacy conpty path (#243314)

1.98.1

chore: update runtime builds (#243078) * chore: update runtime builds * chore: bump distro

1.98.0

Merge pull request #242591 from mjbvz/happy-guanaco Bundle TS 5.8.2

1.97.2

Add Folder to Workspace button displaying as "&Add" (#240185) * Add Folder to Workspace button displaying as "&Add" Fixes #240105 * Change mnemonicButtonLabel to return both with and without mnemonic * PR feedback * Remove save label changes for release branch * Fix tests * Fix silly mistake * Fix one more test * Fix for mac Unit tests on main for mac caught a bug

1.97.0

When typing a longer comment, the buttons scroll out of view (#239589) * When typing a longer comment, the buttons scroll out of view Part of #239578 * Switch to opt in

1.96.4

Bump version (#238012)

1.96.3

Engineering - disable binskim (#237562) (#237580)

1.96.2

Copilot not working in Remote windows (fix #236537) (#236552) * Copilot not working in Remote windows (fix #236537) * 2nd fix for #236537: install extension everywhere even when it is installed locally if `installEverywhere` is set

1.96.1

Merge pull request #236267 from mjbvz/port-find-fix Add extra type check in `findFiles2` (#235692)

1.96.0

Remove quota wording (#235775) * Remove quota from sku messaging * Update wording * Fix codicon

1.95.3

recovery fix for #232699 (#233764) recovery fix for #232699 (#233763)

1.95.2

recovery fix for #232516 (#233293)

1.95.1

Add stub lmTools proposal to prevent old extensions from installing in 1.95 (#232668)

1.95.0

fix: Dont show chat panel on ext updates (#232328)

1.94.2

Use async find provider only for file scheme (#230592) * only use asyncfindprovider for file scheme * add vscode remote