Commit graph

103337 commits

Author SHA1 Message Date
Alexandru Dima 068357dfeb
Use a better check for determining if an extension is a theme extension (#167457) 2022-11-28 21:39:12 +00:00
Logan Ramos a3bde69a35
Allow machne id generation in main process (#167449) 2022-11-28 13:25:19 -08:00
Megan Rogge 7894744484
add command to show terminal quick fixes (#167438)
* fix #167416

* move parts to showMenu
2022-11-28 15:15:17 -06:00
Jean Pierre 3a88ca8513
Fixes terminal find widget not showing result count (#166902)
Fixes #166901

Co-authored-by: Megan Rogge <merogge@microsoft.com>
2022-11-28 21:15:03 +00:00
Martin Aeschlimann fe8043aa45
update ThirdPartyNotices for 1.74 (#167453) 2022-11-28 21:06:12 +00:00
MonadChains 3265643080
Fix custom zsh_history ignored (#166813) 2022-11-28 14:59:06 -06:00
Matt Bierner 3b29d21a83
Dynamically register markdown completions and document highlights (#167451)
Fixes #165920
2022-11-28 20:56:55 +00:00
Raymond Zhao 488651b1b7
Show the new extensions button less often (#167019)
Fixes #153585
2022-11-28 12:43:56 -08:00
Raymond Zhao 6e8c7df374
Fix visibility of Setting editor variables (#167016) 2022-11-28 12:43:06 -08:00
Matt Bierner f395b6a8f2
Fix code action navigation (#167447)
Fixes #166997
Fixes #166996

This disables the default list keybindings so that we instead use our custom commands

It also adds a `getPrototypeOf` implementation to proxy services, which fixes `instanceof` checks on services (we were using these in the action widget commands)
2022-11-28 20:03:11 +00:00
Sandeep Somavarapu ed47a8472d
fix #160133 (#167446) 2022-11-28 20:02:25 +00:00
Joyce Er d5132b8372
Update Edit Sessions references in views (#167445) 2022-11-28 20:00:28 +00:00
Matt Bierner d0ba50c98c
Make sure we register code action list (#167442) 2022-11-28 19:43:03 +00:00
SteVen Batten 85d939cc67
wco and fullscreen fix (#167441)
fixes #167183
2022-11-28 19:34:13 +00:00
Martin Aeschlimann 08c4ffadd6
recommend remote extension (#167419)
* recommend remote extension

* some fixes
2022-11-28 20:29:32 +01:00
Joyce Er a127b73dae
Fix opening Continue On option documentation links (#167435) 2022-11-28 19:15:29 +00:00
Daniel Imms 38ddde8782
Lazily attach the linedataeventaddon
Fixes #166031
2022-11-28 11:02:12 -08:00
Raymond Zhao dbe96ecc1e
Fix hover tabbing behaviour (#166657)
Ref #159088

* Focus back to last focused element when tabbing out of hover
* Add focus trap (tab loop) while focused on the hover
2022-11-28 10:33:19 -08:00
Daniel Imms 4bc59a5ec1
Merge pull request #165635 from rwe/fix-deserialize-message
shellIntegrationAddon: fix broken `deserializeMessage()` implementation + add tests
2022-11-28 10:27:37 -08:00
Raymond Zhao bacf5eb344
Use replacement functions (#167431)
Ref #167239
2022-11-28 10:25:01 -08:00
Josh Abernathy c53f2bdb3d
Add properties for parallel lifecycle scripts to devcontainer schema (#166973) 2022-11-28 19:03:20 +01:00
Henning Dieterichs 1fae59815f
Fixes #166023 (#167420)
* Fixes #166023

* Fixes test.
2022-11-28 09:57:54 -08:00
Connor Peet adcffbdce9
cli: use connection token for CLI connections (#167426)
This uses a hash of the tunnel ID to create the connection token, which
should be sufficient to resolve the issues.

We also now publish the protocol version in the tunnel tags, since the
connection token must be supplied in the resolver, which is before we
start connecting to the tunnel.

See https://github.com/microsoft/vscode-internalbacklog/issues/3287
2022-11-28 18:03:15 +01:00
Sandeep Somavarapu 316fb895b2
enable syncing profiles in stable (#167424) 2022-11-28 16:41:20 +00:00
Henning Dieterichs 0a6d1983c0
Merge pull request #167385 from microsoft/hediet/conflict-marker-telemetry
Add telemetry for conflict markers
2022-11-28 17:00:18 +01:00
Christof Marti 9dba5385c7
Add GPU host requirement properties (devcontainers/spec#82) 2022-11-28 15:25:24 +00:00
Martin Aeschlimann 6eb07d01a7
update distro (#167412)
upate distro
2022-11-28 15:08:31 +00:00
Martin Aeschlimann 4c2698f2d7
update distro (#167405) 2022-11-28 14:36:54 +00:00
Sandeep Somavarapu cc4a83fb09
fix #167048 (#167404) 2022-11-28 14:26:12 +00:00
Henning Dieterichs 1f0fba4a1a
Apply suggestions from code review
Adds suggestions from PR.
2022-11-28 15:16:22 +01:00
Martin Aeschlimann 4ade07fd67
[json/css/html] update service & dependencies (#167402) 2022-11-28 14:15:33 +00:00
Ladislau Szomoru eb6eb1ea53
SCM - Fix When typing Chinese in git commit editor, There are overlapping shadows on the text. #165682 (#167380)
Fix When typing Chinese in git commit editor, There are overlapping shadows on the text. #165682
2022-11-28 13:54:59 +01:00
Benjamin Pasero 3efd421f3d
Settings Sync reset the profile state after updating VS Code (#166101) (#167298) 2022-11-28 13:37:36 +01:00
Sandeep Somavarapu 226eb4049f
import empty profile without showing preview (#167388) 2022-11-28 11:34:21 +00:00
Henning Dieterichs 382498ef4e
Fixes GDPR comment 2022-11-28 12:04:59 +01:00
Henning Dieterichs 5ff048a9e4
Add telemetry for conflict markers 2022-11-28 12:00:08 +01:00
Alex Ross 3df8cad7b4
Hovering over a comment highlights its range in unrelated files (#167381)
Fixes #167261
2022-11-28 10:27:22 +00:00
Sandeep Somavarapu ab0cbe8e90
Fix #167285 (#167378) 2022-11-28 11:13:29 +01:00
Alexandru Dima ece1d5d4de
update distro (#167376) 2022-11-28 09:33:35 +00:00
Alexandru Dima 69981f4578
Simplify types (#167374) 2022-11-28 09:17:37 +00:00
Joyce Er 7e636fe00a
languages implicit activation events (#167347) 2022-11-28 09:59:30 +01:00
Joyce Er ae5b3048c9
views implicit activation events (#167344) 2022-11-28 09:47:41 +01:00
Alexandru Dima 262fe2c606
update deps (#167275)
* update deps

* Roll back `vscode-textmate` to `7.0.1` since there are major changes to adopt
2022-11-28 09:33:15 +01:00
Ladislau Szomoru 075f04bf39
Git - Fix GitConfigParser regression (#167309)
Fix #166264
2022-11-28 17:01:40 +11:00
Benjamin Pasero ac084d723b
notebook tests - run verbose (#165149) (#167212)
* notebook tests - run verbose (#165149)

* bumpb

* 💄
2022-11-26 11:37:52 -08:00
Alexandru Dima fd8c9037af
Better checks for state transitions (fixes #167033) (#167279) 2022-11-25 18:49:58 +01:00
Ladislau Szomoru d4a299631a
Git - Handle tag conflict during pull operation (#167278)
Handle tag conflict during pull operation
2022-11-25 17:05:22 +00:00
Johannes Rieken a05f15f5c8
Merge pull request #167277 from microsoft/joh/confident-kite
move max menu/toolbar size into Toolbar itself, hidden item don't cou…
2022-11-25 18:02:28 +01:00
Johannes Rieken e7edf6e9b8
Give an option to show changes (SCM view) when encountering a merge conflict (#167265)
fixes https://github.com/microsoft/vscode/issues/162037
2022-11-25 17:54:01 +01:00
Johannes e64c658578
move max menu/toolbar size into Toolbar itself, hidden item don't count against limit
fixes https://github.com/microsoft/vscode/issues/167270
2022-11-25 17:28:11 +01:00