Commit graph

104972 commits

Author SHA1 Message Date
Ladislau Szomoru 907e888754
Git - remove the commitInProgress context for the commit message commands (#172761) 2023-01-30 14:25:54 +01:00
Alex Ross 9d435f67c0
Auto forward initial ports that have attributes (#172766)
Fixes #171994
2023-01-30 04:19:40 -08:00
Ladislau Szomoru 3ec25a9fbb
Git - add separator to the checkout quick pick (#172762) 2023-01-30 01:55:15 -08:00
Ladislau Szomoru 1c2d4e6c6c
Git - mark a failed operation completed as soon as the error dialog is shown (#172509) 2023-01-30 09:57:09 +01:00
Johannes Rieken e130330102
Merge pull request #172739 from jeanp413/fix-compilation-windows
Fixes compilation in windows
2023-01-30 09:55:19 +01:00
Henning Dieterichs 12eb489561
Merge pull request #172630 from microsoft/hediet/passive-marmoset
Fixes #166074. When play fails, the sound must be removed from playing sounds.
2023-01-30 09:39:50 +01:00
Henning Dieterichs ba12186a54
Merge pull request #172632 from microsoft/hediet/cuddly-wolf
Fixes observable bug
2023-01-30 09:39:45 +01:00
Benjamin Pasero ae1c1f229e
Merge pull request #172646 from microsoft/ben/feb
Februrary input
2023-01-30 07:54:51 +01:00
Sandeep Somavarapu 47604eeabd
fix #172642 (#172667) 2023-01-30 07:44:43 +01:00
Jean Pierre 22cfea1eb7 Fixes compilation in windows
Related #170767
2023-01-29 17:37:06 -05:00
Connor Peet 339fd630e6
cli: fix macos build (#172712) 2023-01-28 17:43:32 -08:00
Benjamin Pasero b69204b36a
prof startup - figure out if updates are disabled 2023-01-28 10:29:43 +01:00
Connor Peet b5aa3e0a3d
cli: use better approach to Windows services (#172679)
Fixes #167741

This eschews the offical Windows service system in favor of registering
into `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run`.
Unlike services, this can be done without administrative permissions,
does not require the current username/password, and is not blocked by
miscellaneous and mysterious system policies.

Since the process is basically unmanaged by the OS, this requires a
little legwork to start and stop the process when registering and
unregistering.
2023-01-27 15:04:56 -08:00
Connor Peet 2b48ecd3de
ui: reduce transition of status bar background color (#172270)
When testing a new feature to disable debug treatment of the status bar,
I found that debugging felt _much_ more snappy when there wasn't a big
slow color fade on the status bar. Rob agreed it was a bit "dramatic."

A 150ms fade instead of a 350ms fade feels much nicer, I think we should
try this out for next month's Insiders.
2023-01-27 14:52:04 -08:00
Peng Lyu b229eb5fa2
Fix #172604. GetWidth can be fast for long line onced rendered. (#172647) 2023-01-27 13:53:24 -08:00
Martin Aeschlimann 4db912c6c1
List drag image no longer has a background (#172641) 2023-01-27 16:46:30 +01:00
Benjamin Pasero c473858cc6
perf - add more marks to understand startup perf regressions
//cc @jrieken
2023-01-27 16:44:56 +01:00
Benjamin Pasero 8e20e0c301
Merge branch 'main' into ben/feb 2023-01-27 16:44:13 +01:00
Henning Dieterichs 00bcff7123
Fixes CI. 2023-01-27 14:02:32 +01:00
Johannes Rieken da0309f251
avoid minification trap (#172633)
fixes  #172623
2023-01-27 13:42:56 +01:00
Henning Dieterichs 6424c2ea9c
Fixes observable bug 2023-01-27 13:01:33 +01:00
Henning Dieterichs 4f6d59043e
Fixes #166074. When play fails, the sound must be removed from playing sounds. 2023-01-27 12:59:20 +01:00
Sandeep Somavarapu 1ed7421b6d
fix #172617 (#172618)
* fix #172617

* fix tests
2023-01-27 10:35:34 +01:00
Sandeep Somavarapu 52dbc62ddb
Merge pull request #172576 from dtivel/dtivel/do-not-block
Do not block if unable to verify extension signature
2023-01-27 10:15:51 +01:00
Johannes Rieken 46a157973f
fix TS filterText/insertText updating (#172616)
fixes https://github.com/microsoft/vscode/issues/172419
2023-01-27 10:06:14 +01:00
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
Damon Tivel 43b0ed1cf5
Fix test, add test 2023-01-26 14:10:50 -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
Damon Tivel b4a26e9b40
Do not block if unable to verify 2023-01-26 11:28:09 -08: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