Commit graph

101078 commits

Author SHA1 Message Date
Alexandru Dima 809cceca75
update distro (#161957) 2022-09-27 05:29:48 -07:00
Alexandru Dima 29b8a1e27f
Run OSS tool (#161956) 2022-09-27 05:21:59 -07:00
Henning Dieterichs 42a198b98b
Merge pull request #160385 from thernstig/patch-1
Update Groovy extension language contribution
2022-09-27 14:07:49 +02:00
Connor Peet b4d97007ec
debug: bump js-debug (#161898) 2022-09-27 00:55:36 -07:00
Benjamin Pasero 26ef29d3ce
Unit test failure: TextFileEditorModel save() and isDirty() (fix #161886) (#161891) 2022-09-27 00:25:39 -07:00
Andrea Mah 36b1398cfb
Search tree in multiroot doesn't collapse to one below root (#161863)
Fixes #161858
2022-09-26 21:01:24 -07:00
Matt Bierner 191bd0908c
Delay custom editor service (#161871)
For #159178
2022-09-26 18:49:59 -07:00
Joyce Er 7ac6686975
Show Edit Session should always be available in palette (#161866) 2022-09-26 16:46:50 -07:00
David Dossett be778b7a51
Update inlay hints contrast (#161859)
* Update inlay hints colors

* Update dark+
2022-09-26 16:02:31 -07:00
Joyce Er 121f13044a
Bind isMobile context key (#161854)
Re: https://github.com/microsoft/vscode/issues/160675
2022-09-26 15:27:11 -07:00
Andrea Mah 4f26134e3b
Search Tree Compression (#161546)
compression tree for search results
2022-09-26 15:22:09 -07:00
Tyler James Leonhardt 9883eb4a62
Need to spread the array for format (#161852) 2022-09-26 15:02:29 -07:00
Martin Aeschlimann 06bd7ae776
[css] use findDocumentSymbols (#161847)
[css] use findDocumentSymbols. For #157356
2022-09-26 14:16:07 -07:00
Daniel Imms 9e0e4a2d1f
Merge pull request #161841 from microsoft/tyriar/160109
Ensure quotes are stripped from cwd
2022-09-26 14:12:34 -07:00
Sandeep Somavarapu 395b017424
fix styling (#161844) 2022-09-26 13:49:15 -07:00
Sandeep Somavarapu ad23961d5b
rearrange import and export actions (#161843) 2022-09-26 13:44:13 -07:00
Alexandru Dima a073977964
Don't keep hover visible if it isn't sticky (#161839)
Fixes #161708: Don't keep hover visible if it isn't sticky
2022-09-26 13:22:35 -07:00
Litrop 0df97dd385
Not add '[' to ipv6 host when '[' exists. (#157009) 2022-09-26 22:16:09 +02:00
Daniel Imms a07a479de2
Ensure quotes are stripped from cwd
Fixes #160109
2022-09-26 13:08:26 -07:00
Henning Dieterichs 6e0841243f
Merge editor improvements (#161837)
* Only reset result when result contains conflict markers

* Show merge editor code-lens by default (instead of checkboxes)

* Improve merge editor code-lens tooltips

* Fixes label
2022-09-26 13:08:23 -07:00
Alexandru Dima 3c9903f9a7
Merge pull request #161836 from microsoft/alexd/pr-159226
PR #159226
2022-09-26 22:03:30 +02:00
Peng Lyu 8013a36eca
Fix nb diff overview ruler scaling. (#161832) 2022-09-26 12:46:13 -07:00
Martin Aeschlimann 741fa37b10
[json/css/html] update services / deps (#161831) 2022-09-26 12:41:26 -07:00
Alex Dima 313203ed4e
Merge remote-tracking branch 'origin/main' into pr/matthewjamesadam/159226 2022-09-26 21:38:50 +02:00
Daniel Imms 0110cae576
Merge pull request #161825 from microsoft/tyriar/any_command
Allow free port to run on any command (single char+)
2022-09-26 12:37:51 -07:00
Megan Rogge 9b4be06da5
dispose of decoration on run action, not after click (#161813) 2022-09-26 12:32:59 -07:00
Sandeep Somavarapu c3b5a740bf
Merge pull request #161642 from jsjoeio/jsjoeio/fix-log-level
fix: propagate log level to client
2022-09-26 21:31:04 +02:00
Logan Ramos 5183e9bcb9
Make some more services lazy (#161827)
* Lazy service instantiation

* Make resolver eager
2022-09-26 12:27:18 -07:00
Henning Dieterichs 34d8743176
Improves merge editor code-lens (#161830)
* Disable diff projection

* Improves merge editor code-lens
2022-09-26 12:24:02 -07:00
Peng Lyu bcbf0d8127
Fix NotebookEditorModel#isResolved. Fix #161049. (#161829) 2022-09-26 12:15:12 -07:00
Tyler James Leonhardt 045bed876d
Fixes #161725 (#161826) 2022-09-26 12:13:05 -07:00
Daniel Imms 04bb72a2ad
Merge remote-tracking branch 'origin/main' into tyriar/any_command 2022-09-26 12:11:49 -07:00
Megan Rogge 9ccd1bec74
don't try shell integration for winpty (#161821)
fix #160419
2022-09-26 12:07:15 -07:00
Megan Rogge 6bbdabb960
contextual action -> quick fix (#161638) 2022-09-26 12:06:56 -07:00
Megan Rogge ed1f954ae9
update initialText in reused terminal before showing it (#161818) 2022-09-26 12:05:30 -07:00
Daniel Imms 1a76ad9c8b
Allow free port to run on any command (single char+) 2022-09-26 11:44:43 -07:00
Andrea Mah e2207cb855
fix search unit tests using FileMatch createInstance (#161817)
fix search unit test createInstance
2022-09-26 11:44:36 -07:00
Joe Previte ff9e92cce2 fix: propagate log level to client 2022-09-26 11:28:15 -07:00
Sandeep Somavarapu ed48c7bd5b
add create temp profile action to create picker (#161810) 2022-09-26 11:13:08 -07:00
Tyler James Leonhardt 29e985eca0
rev vscode-nls to version that doesn't ask for vscode-nls-web-data (#161819)
ref #161297
2022-09-26 11:10:54 -07:00
Sandeep Somavarapu d23eed799e
enable syncing profiles (#161814)
- remove settings flag
2022-09-26 11:10:04 -07:00
Megan Rogge cfe012588a
skip test on windows (#161794)
fix #161793
2022-09-26 11:07:18 -07:00
Sandeep Somavarapu 2b0d08baa5
show the current short name in the input (#161812) 2022-09-26 10:41:38 -07:00
Daniel Imms 9c618ec843
Merge pull request #161783 from microsoft/tyriar/159182
Include applicationName in zsh shell integration folder name
2022-09-26 10:10:08 -07:00
Sandeep Somavarapu 811fbff6b6
show the profiles menu like other menus (#161803) 2022-09-26 10:05:38 -07:00
Johannes Rieken b42e424308
tweak name to reset all menu hiding (#161801) 2022-09-26 09:56:31 -07:00
Sandeep Somavarapu 60a3df4537
Merge pull request #161705 from microsoft/sandy081/arrogant-starfish
fix turn on sync
2022-09-26 18:54:56 +02:00
Matt Bierner b8a7485526
Fix markdown preview refresh from disk (#161800)
Fixes #149974
2022-09-26 09:49:53 -07:00
Benjamin Simmonds 0b1c344d5d
Push action required extensions to the top and allow to ignore updates (#161577)
* Ignore updates

* smal fixes

* Dropdown for editor

* fixes

* Test fixes

* debounce
2022-09-26 09:48:53 -07:00
Sandeep Somavarapu bae6133cb8
represent default profile (#161799) 2022-09-26 09:48:02 -07:00