Commit Graph

99029 Commits

Author SHA1 Message Date
易良
fbdc848c29 fix: typos (#155310)
* fix: typos

* chore: revert formatting changes

* fix: Remove redundant blank lines
2022-07-25 15:41:30 -07:00
Megan Rogge
1a8d4bf61d Restore waitOnExit, type, hideFromUser, reconnectionOwner terminal properties on reconnect (#155346) 2022-07-25 13:44:47 -07:00
Joyce Er
c7a138df0e Add a view and actions for managing edit sessions (#156199)
* Add basic view for managing edit sessions

* Allow to resume/delete edit sessions from view

* Allow opening individual working changes from view

* Make edit session actions visible by default

* Update tests
2022-07-25 22:39:13 +02:00
Martin Aeschlimann
0b7a99104d theme-seti icon Laravel .blade.php lose php icon when installing blade related extension (#156204)
theme-seti icon Laravel .blade.php lose php icon when installing blade related extension. Fixes #153410
2022-07-25 16:35:30 -04:00
Andrea Mah
1a73ce68ae fix search selection bug (#156205) 2022-07-25 21:43:14 +02:00
Evan Spensley
9d422d2901 Distinguish testing decoration labels (#155433)
* Distinguish testing decoration labels

* fixup! tweak to avoid prototype issues

Co-authored-by: Connor Peet <connor@peet.io>
2022-07-25 12:28:44 -07:00
Logan Ramos
7163116004 Update label triage-needed (#156202) 2022-07-25 21:27:29 +02:00
Sandeep Somavarapu
d98ae61984 Fix #155878 (#156197) 2022-07-25 21:01:27 +02:00
Aiday Marlen Kyzy
89b035aa3d Merge pull request #155977 from aiday-mar/aiday/semanticScroll
Sticky scroll first version
2022-07-25 20:46:06 +02:00
aiday-mar
242e0b3602 limiting the number of characters rendered on one line to 100 to avoid overflow on several lines 2022-07-25 20:27:46 +02:00
aiday-mar
3c873277c9 Added try catch block for the case when LineDecorations.filter returns an error 2022-07-25 20:24:23 +02:00
Aiday Marlen Kyzy
ee903b00b7 Merge branch 'microsoft:main' into aiday/semanticScroll 2022-07-25 20:07:39 +02:00
aiday-mar
458d44cfc4 Fix: incorrect calculation of the depth 2022-07-25 20:03:42 +02:00
Alex Ross
3e8a8ee109 Export workspace for web (#156181) 2022-07-25 20:02:01 +02:00
Raymond Zhao
52a71a1843 Make some Emmet settings language-overridable (#156184)
Fixes #156075
2022-07-25 20:00:36 +02:00
Connor Peet
552e6fe4b1 debug: potential fix for unit test flake (#156177)
Fixes #155801
2022-07-25 10:53:10 -07:00
Martin Aeschlimann
361215a168 seperate out devContainer schemas for vscode & codespaces (#156170)
* seperateout devContainer schemas for vscode & codespaces

* fix for vscode schema
2022-07-25 18:17:23 +02:00
Svante Boberg
c4141cf1cb Add missing disposals (#155976)
* Add missing disposals

I did some V8 heap profiling and found a few more places where
references to closed terminals prevents them from being garbage
collected.

* Let closed terminals be garbage collected

Action bars are not disposed when a terminal is closed, they are cached
in the list until you open a new terminal, so manually clear it to make
it possible to garbage collect the closed terminal directly.
2022-07-25 08:53:14 -07:00
aiday-mar
62f7d89951 cleaning the code with the review 2022-07-25 17:40:21 +02:00
Daniel Imms
ac4d678fb9 Support --locate-shell-integration-path in server CLI (#155870)
* Fix shell-integration remote cli

* Don't silently fail based on TERM_PROGRAM

We want this to work even in terminals where TERM_PROGRAM may not exist, such
as in a regular ssh session. The manual install recommends using an if before
sourcing anyway.

* Handle shell integration option on server cli

* Move shell integration option handling higher
2022-07-25 08:39:27 -07:00
Daniel Imms
ba6088a21a Use loading for running tests window progress (#155957)
Fixes #155955
2022-07-25 08:09:58 -07:00
Logan Ramos
1a7d1b4230 Fix missing label changes (#156164) 2022-07-25 16:37:32 +02:00
Logan Ramos
2af49c5bea Revert "Support multiple partial registrations to resolver (#155859)" (#156157)
* Revert "Support multiple partial registrations to resolver (#155859)"

This reverts commit a3c4e5ffce.

* Fix compilation
2022-07-25 16:27:25 +02:00
Logan Ramos
7d7df31b8e Temporarily remove explorer expand all (#156162)
Remove expand all
2022-07-25 16:24:26 +02:00
aiday-mar
087b9f7c42 Fix: implementing sticky scroll for when several outline elements end on the same line 2022-07-25 16:02:17 +02:00
Martin Aeschlimann
c47c24af30 simplify fold merging (#155302)
* tune _trySanitizeAndMerge

* more simplifications

* maually expanded icon

* folding ranges css

* also persist manual expanded ranges

* rename isManualSelection -> isManual

* isUserDefined & isRecovered

* Remove Manual Folding Ranges command
2022-07-25 15:54:52 +02:00
Henning Dieterichs
b2d1545f15 Fix bug in merge editor dev commands (#156155) 2022-07-25 15:29:31 +02:00
Ladislau Szomoru
1a30c325e5 Problems view - do not show markers for SCM input (#156151)
Filter out markers omitted for the text document of the SCM input field
2022-07-25 15:17:05 +02:00
Alexandru Dima
a649d8f404 Explicitly enqueue files that only forward symbols (#156150)
Fixes #154083: Explicitly enqueue files that only forward symbols
2022-07-25 15:07:54 +02:00
Ladislau Szomoru
4ee88fc49f SCM - Create dedicated schema for the source control commit input (#155894) 2022-07-25 14:40:26 +02:00
Ladislau Szomoru
8dec363881 Problems view - remove custom code for SCM input markers (#156145)
* Revert "Problems view - Fix issue with the SCM input label provider when problems are displayed in a tree view (#155853)"

This reverts commit e77fa1fb8b.

* Revert "LabelService - custom formatter function (#155641)"

This reverts commit 28c40a970f.
2022-07-25 14:24:34 +02:00
Alex Ross
38c96ef265 Bump distro (#156137) 2022-07-25 13:11:13 +02:00
Joshua Cole
a30ca5e37b Allow CommentNode to change body text and enter edit mode at the same time (#155767) 2022-07-25 12:54:18 +02:00
Benjamin Pasero
79a77abb40 🆙 distro (#156134) 2022-07-25 12:45:37 +02:00
Loïc Mangeonjean
db1f5a2d02 Provide trigger and documentation to monaco code action provider (#149937)
* Provide trigger to monaco code action provider

* Provide documentation to monaco code action provider

* Use an interface instead of a type
2022-07-25 12:45:12 +02:00
Paul Landers
f983ebca22 Add commands to scroll editor to top/bottom (#155861) 2022-07-25 12:44:56 +02:00
Henning Dieterichs
f9637d4840 Adds commands AcceptAllInput1 and AcceptAllInput2 (#156047)
* Adds commands AcceptAllInput1 and AcceptAllInput2

* fix compile

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-07-25 12:14:06 +02:00
Alexandru Dima
77623768be Allow to pass in a snapshot in setValue (#156128)
Fixes #153922: Allow to pass in a snapshot in `setValue`
2022-07-25 11:43:02 +02:00
Alex Ross
a5a44c5de3 Remote workspace from Ports view (#156130)
Part of #153513
2022-07-25 11:40:46 +02:00
Benjamin Pasero
4ca6be6e14 update licenses (#156124) 2022-07-25 11:20:21 +02:00
Alex Ross
55a267af73 Move openTunnel in to workspace namespace (#156123) 2022-07-25 11:19:51 +02:00
aiday-mar
cd41274a1a Fix: When two outline elements start on the same line, only the outer one is considered 2022-07-25 11:18:14 +02:00
Ping
e7a5e2f09a Fix tab position when wrapping tabs (#156116)
Fixes https://github.com/microsoft/vscode/issues/154432
2022-07-25 11:07:47 +02:00
Benjamin Pasero
2390d2afdc editors - only warn for app root edits when running built product (#156030) 2022-07-25 10:45:17 +02:00
aiday-mar
2cae0a1b9b Added brace and bracket colorization 2022-07-25 09:43:53 +02:00
Martin Aeschlimann
21ca44d35b show remote indicator in web with websocket factory (#155734) 2022-07-25 09:27:00 +02:00
Matt Bierner
68cbaa708e Pick up new version of markdown-language-server (#156010)
This fixes md diagnostics and links for multiroot workspaces
2022-07-24 22:22:03 -07:00
Benjamin Pasero
3cbf306328 fix build (#156113) 2022-07-25 14:10:23 +09:00
Justin Chen
c1b16a3a35 Merge pull request #155974 from justschen/justin/CodeActionMenu-Widget
Code Action Widget to fit color themes (#155907 and #155892)
2022-07-24 15:13:20 -07:00
aiday-mar
5f885d701d Aligned the number in the margin, smooth scrolling attained, added lighter color onhover 2022-07-24 23:17:03 +02:00