Commit Graph

104941 Commits

Author SHA1 Message Date
Aaron Munger
acbbdaa41a Merge pull request #172595 from amunger/aamunger/IWBackups
save IW before shutdown to discard working copy backup
2023-01-26 15:30:41 -08:00
aamunger
9534fa81ce save IW before shutdown to discard working copy backup 2023-01-26 14:55:24 -08:00
Don Jayamanne
5efc2a498a Localize ipynb extension commands (#172272)
* Localize ipynb extension commands

* More updates
2023-01-26 22:24:22 +01:00
Peng Lyu
75d10e42f1 Turn off kernel picker mru for stable. (#172587) 2023-01-26 22:09:19 +01:00
Peng Lyu
2c620aa444 Fix #172568. Reveal range avoid changing primary selection. (#172580)
* Fix #172568. Reveal range avoid changing primary selection.

* Fix problems panel.
2023-01-26 12:26:01 -08:00
Raymond Zhao
79d10f9591 Revert "Mark CompletionList as complete (#169574)" (#172581)
This reverts commit 3834785d0c.
2023-01-26 21:14:03 +01:00
Daniel Imms
6be9dfd8ef Merge pull request #172571 from microsoft/tyriar/143701
Revert "tweak command name (#168214)"
2023-01-26 11:09:08 -08:00
Daniel Imms
f76f6ec3c6 Revert "tweak command name (#168214)"
This reverts commit 3c84e0d763.
2023-01-26 10:53:49 -08:00
Peng Lyu
1a58734121 Re #172417. Clear output rendered by previously picked renderer. (#172566) 2023-01-26 10:40:18 -08:00
Sandeep Somavarapu
40b8a2dab9 fix #168687 (#172559) 2023-01-26 19:06:19 +01:00
Martin Aeschlimann
b2f55dea5a Prompt after turning on remote tunnel access does not display link properly (#172556) 2023-01-26 18:41:10 +01:00
Rob Lourens
2238a146cf Fix unhandled exception in debugservice during startup (#172555)
Fix #172305
2023-01-26 18:26:22 +01:00
Rob Lourens
378bfd7f9b Respect 'type' or 'config.type' for debug config resolver (#172553)
Fix #172550
2023-01-26 18:15:49 +01:00
Joyce Er
e72968afc6 Bump distro (#172551) 2023-01-26 18:02:43 +01:00
Henning Dieterichs
882a068695 Fixes #171966 (#172549) 2023-01-26 11:58:54 -05:00
Isidor Nikolic
ff6113af96 Merge pull request #172545 from dtivel/dtivel/bump-distro
Bump distro
2023-01-26 17:37:18 +01:00
Martin Aeschlimann
b41dae6e3d White outline on all selected list rows (#172547) 2023-01-26 17:37:08 +01:00
Martin Aeschlimann
aa9c0e8d16 Default host name override is invalid on my Ubuntu VM (#172358)
* Default host name override is invalid on my Ubuntu VM

* fix regex
2023-01-26 08:32:45 -08:00
Logan Ramos
1237ff2038 Remove unused classification (#172452) 2023-01-26 08:24:11 -08:00
Henning Dieterichs
b5af5e3dde Fixes command name. (#172543) 2023-01-26 17:17:51 +01:00
Benjamin Pasero
c2a2968d13 sandbox - log state of sandboxing for window errors (#172542) 2023-01-26 17:13:08 +01:00
Damon Tivel
60a0358dad Bump distro 2023-01-26 08:08:45 -08:00
Johannes Rieken
9341903a0d add supportsMarkerHover to HoverForeignElementAnchor and use for inlay hovering (#172532)
* add `supportsMarkerHover` to `HoverForeignElementAnchor` and use for inlay hovering

fixed https://github.com/microsoft/vscode/issues/140517

* make compiler happy
2023-01-26 17:03:21 +01:00
Alex Ross
0785b1c282 [regression] dragging a reference onto editor doesn't work anymore (#172538)
Fixes #172516
2023-01-26 16:41:00 +01:00
Henning Dieterichs
4552a93fe4 Fixes #166074 (#172531) 2023-01-26 16:07:39 +01:00
Sandeep Somavarapu
d132035d6b Improve profile preview in web (#172530)
* profile preview imporvements
- remove dialog
- introduce message

* support rendering markdown message
2023-01-26 15:59:09 +01:00
Sandeep Somavarapu
9c5f7ec930 fix #172367 (#172524)
* fix #172367

* fix tests
2023-01-26 15:57:15 +01:00
Ladislau Szomoru
73072937bc Git - deduplicate annotated and lightweight tags when showing the quick pick for tags (#172527) 2023-01-26 15:47:38 +01:00
Henning Dieterichs
dde818e256 Fixes #172188, fixes #172181 (#172528) 2023-01-26 15:36:02 +01:00
Henning Dieterichs
8285943b23 Addresses #172189 (#172526) 2023-01-26 15:09:06 +01:00
Henning Dieterichs
45db0a2940 Fixes #172152 (#172518) 2023-01-26 13:29:38 +01:00
Henning Dieterichs
806e144c86 Fixes #172180 (#172517) 2023-01-26 12:09:39 +00:00
Henning Dieterichs
9419c5560a Fixes #172180 (#172517) 2023-01-26 13:09:19 +01:00
Henning Dieterichs
12b2e0fa08 Merge pull request #172392 from microsoft/hediet/rural-iguana
Fixes #172167
2023-01-26 13:00:57 +01:00
Henning Dieterichs
2e705534e2 Fixes #172167 2023-01-26 12:45:43 +01:00
Johannes Rieken
212bb1a254 compute performance baseline in a webworker (#172405)
* compute performance baseline in a webworker

https://github.com/microsoft/vscode/issues/172239

* make build happy, better change overall
2023-01-26 11:44:55 +01:00
Sandeep Somavarapu
da4e6a6fa2 Fix #172218 (#172453) 2023-01-26 11:16:23 +01:00
Sandeep Somavarapu
6f0e4eab05 unset description after applying (#172498) 2023-01-26 09:01:01 +01:00
Tyler James Leonhardt
07d6f5b35f Revert "fixes #170559 (#170567)" (#172491)
This reverts commit fb26225367.
2023-01-26 04:04:13 +01:00
Sandeep Somavarapu
53830a5707 fix #172252 (#172484) 2023-01-26 01:00:42 +01:00
Sandeep Somavarapu
161296019b fix #172362 (#172467) 2023-01-26 00:47:50 +01:00
Sandeep Somavarapu
405366d1b0 fix #172203 (#172483) 2023-01-26 00:46:47 +01:00
Sandeep Somavarapu
5c2027290c Fix #172385 (#172476) 2023-01-25 15:22:07 -08:00
Logan Ramos
22ee4cd904 Allow telemetry action to run again (#172475) 2023-01-25 23:42:53 +01:00
Joyce Er
234bb7ea58 VS Code for the Web -> vscode.dev (#172473) 2023-01-25 23:41:09 +01:00
Megan Rogge
5abd2262b3 increase search area of quick fixes (#172471)
fix #172068
2023-01-25 23:35:34 +01:00
Sandeep Somavarapu
e55ad94749 fix #172260 (#172468) 2023-01-25 23:11:47 +01:00
Sandeep Somavarapu
f843ce833a fix #172224 (#172461) 2023-01-25 22:41:05 +01:00
Megan Rogge
a60a1cfe2c only select text when navigating changes for screen readers (#172459)
fix #172458
2023-01-25 22:36:10 +01:00
Peng Lyu
0620c88ca9 Fix #169304. Dispose kernel task providers on EH restart. (#172456) 2023-01-25 22:25:55 +01:00