Commit graph

98994 commits

Author SHA1 Message Date
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
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
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
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
Ikko Ashimine
0bdda74589
Fix typo in languageDetectionWorkerServiceImpl.ts (#155923) 2022-07-24 07:52:37 -07:00
Harald Kirschner
130a0b774a
Adding digitarald owner comment (#155502)
* Adding my owner comment.

* Adding property comments

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2022-07-24 14:41:15 +02:00
Alexandru Dima
6ab408190e
Use white as editor background (#155993)
Fixes #154257: Use white as editor background
2022-07-24 14:40:54 +02:00
Logan Ramos
a3c4e5ffce
Support multiple partial registrations to resolver (#155859)
* Support multiple partial registrations to resolver

* Fix tests

* address some of my own feedback

* lint sprüngli

* Address PR feedback

* Add test

* Tests

* support `detail` property and drop deprecated `openEditor` usages

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-07-23 07:37:12 +02:00
David Dossett
fe89280fe3
Update codicons (#156009) 2022-07-22 15:45:08 -07:00
Matt Bierner
f9b9ffe1ef
Fix deprecation message (#156008) 2022-07-22 15:43:27 -07:00
Matt Bierner
a9b387204b
Add some additional logging to md server (#156007)
Logs watcher operations
2022-07-23 00:32:10 +02:00
Peng Lyu
e6ad5f0a6f
Update ipynb yarn lock (#156004) 2022-07-22 23:26:14 +02:00
João Moreno
76758809f1
fix api proposal generation EOL (#155991)
on Windows, my files are checked out with LF. the script which generates extensionApiProposals.ts always uses os.EOL, so it always is dirty on my repo every time I compile
2022-07-22 14:21:20 -07:00
João Moreno
448e9cc22d
rename needs more info to info-needed (#155992) 2022-07-22 21:36:20 +02:00
Justin Chen
1b8e06a9ab
added fix on menu anchor on resize 2022-07-22 12:15:23 -07:00
Michael Lively
9428c6650b
Merge pull request #155777 from Yoyokrazy/temp
Added support for jupyter attachment field, embedded image rendering in markdown notebook cells
2022-07-22 12:04:44 -07:00
Logan Ramos
e428279c7a
Bump distro (#155985) 2022-07-22 20:55:42 +02:00
David Dossett
95fa8f7e77
Use "Notifications" label for status bar entry when do not disturb is enabled (#155863) 2022-07-22 10:50:55 -07:00
ryuurock
42e79ca270
Update typescriptServiceClient.ts, fix naming errors (#155946)
Update typescriptServiceClient.ts

fix naming errors
2022-07-22 17:46:48 +00:00
Henning Dieterichs
82fda35475
Tweak merge editor dev command names (#155978) 2022-07-22 10:07:08 -07:00
Benjamin Pasero
86e7410278
unit tests - help diagnose test failure reason for web tests (#155967) 2022-07-22 18:50:34 +02:00
Daniel Imms
0c4187895d
Merge pull request #155916 from microsoft/tyriar/155817
Allow continuing on when term kill all doesn't succeed
2022-07-22 09:46:57 -07:00
Daniel Imms
9ba5ee22fa
Merge pull request #155975 from microsoft/tyriar/155232
xterm@4.20.0-beta.20
2022-07-22 09:23:47 -07:00
Raymond Zhao
2f66e194f3
Refactor scope overrides indicator (#155912) 2022-07-22 18:21:56 +02:00
Daniel Imms
d35989fd5b
xterm@4.20.0-beta.20
Fixes #155232
2022-07-22 08:49:54 -07:00
Alexandru Dima
187ec0613a
Skip folded regions when computing relative line numbers (#155970)
Fixes #138787: Skip folded regions when computing relative line numbers
2022-07-22 17:35:53 +02:00
Justin Chen
b05a122339
code action widget styling to match context menu 2022-07-22 08:15:08 -07:00
Justin Chen
4ee72207f3
fixed custom widget color theme to align with context menu 2022-07-22 08:15:04 -07:00
João Moreno
3832b5d451
icacls: grant current user permissions (#155852) 2022-07-22 16:50:47 +02:00