Henning Dieterichs
e4ed3e0855
Merge pull request #155506 from microsoft/hediet/bp2-usage-telemetry
...
Implements telemetry for bracket colorizer 2 extension usage
2022-07-26 10:11:52 +02:00
Henning Dieterichs
d392b284c2
Merge branch 'main' into hediet/bp2-usage-telemetry
2022-07-26 09:57:47 +02:00
Joyce Er
d2a8be7355
Hide edit sessions view until explicitly shown ( #156238 )
2022-07-26 09:20:33 +02:00
Sandeep Somavarapu
0e38fdea94
Fix #107657 ( #156233 )
...
Fox #107657
2022-07-26 07:57:53 +02:00
Logan Ramos
cc098faebd
Allow msftInternal to be setting toggled ( #156198 )
2022-07-25 21:01:27 -04:00
Matt Bierner
8f10b21033
Temporarily comment out tuple type annotations ( #156213 )
...
These seem to be breaking out api generation for the website. Commenting them out for now
2022-07-25 16:32:23 -07:00
Matt Bierner
cf145a83ac
Enable safe inline svg tags in trusted html ( #156216 )
...
Enable safe svg tags in trusted html
From cce00ac40d/src/tags.js (L124)
2022-07-25 16:32:10 -07:00
Justin Chen
a444059eeb
Bugfixes on Code Action Widget ( #156105 )
...
Code Action Widget bug fixes for hover and going off DOM.
2022-07-25 16:31:58 -07:00
Megan Rogge
364247dc78
disable task reconnection by default ( #156217 )
2022-07-26 01:24:14 +02:00
Justin Chen
bbe0dbe925
code clean up on pr
2022-07-25 16:05:02 -07:00
Justin Chen
2d48d411f6
fix on disposable blocking div
2022-07-25 15:55:07 -07:00
Justin Chen
05b8f739bd
minor fix on PR, pushing js/ts accidental to later PR
2022-07-25 15:53:46 -07:00
易良
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
Aiday Marlen Kyzy
d14e4c4711
Merge branch 'microsoft:main' into aiday/semanticScroll
2022-07-25 21:22:29 +02:00
aiday-mar
158fa88171
fixing : incorrect indentation, needed to take into account not only spaces but tabs too
2022-07-25 21:19:53 +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
Henning Dieterichs
58dd7331a2
Update src/vs/workbench/contrib/bracketPairColorizer2Telemetry/browser/bracketPairColorizer2Telemetry.contribution.ts
2022-07-25 16:34:39 +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