Commit graph

98053 commits

Author SHA1 Message Date
Tyler James Leonhardt 3b3469da06
reenable localization smoke tests (#153397) 2022-06-27 15:59:29 -07:00
Matt Bierner e13feea6ae
Only compute diagnostics for opened md files (#153395)
* Only compute diagnostics for opened md files

For #152494

* Make tests stable for result ordering
2022-06-27 15:55:38 -07:00
Megan Rogge 87e684ef9b
fix generic mark hover (#153385) 2022-06-27 22:52:52 +00:00
smallming 0a435fb5b1
fix: cursorWordPart commands cannot handle camel case word with number (#147074)
* Add strings.isAsciiDigit

* Update _moveWordPart to treat digits like lowercase ascii
2022-06-28 00:10:24 +02:00
Sandeep Somavarapu 396896e18e
Adopt import and export features (#153379) 2022-06-27 14:12:44 -07:00
Tyler James Leonhardt b129227aba
move to APPLICATION for all auth usages (#153381)
move to APPLICATION for all auth since auth is really done machine wide. ref #152679
2022-06-27 21:11:25 +00:00
Mingpan 0a3ca029c7
Add config for disable arrows in diff (#153199) 2022-06-27 22:46:23 +02:00
yutotnh 64b74d9a64
fix: typo (#153187) 2022-06-27 20:42:02 +00:00
Sandeep Somavarapu 1981cb1f29
support profiles in empty window (#153371) 2022-06-27 22:37:22 +02:00
Matt Bierner fc709e2d35
Use more standard values for scheme constants (#153367)
This drops the `:` from the scheme constants as it was easy to misuse this
2022-06-27 22:35:17 +02:00
Alexandru Dima b78a8cef3d
Adopt createServices utility (#153370) 2022-06-27 13:33:05 -07:00
易良 0bf49bba30
fix: typos (#153229)
* fix: typos

* fix: typos

Co-authored-by: jinjing.zzj <jinjing.zzj@alibaba-inc.com>
2022-06-27 13:19:59 -07:00
Alexandru Dima 9396199ba5
Ensure extension hosts terminate in reverse order of creation (#153364)
Fixes #152204: Ensure extension hosts terminate in reverse order of creation
2022-06-27 19:56:30 +00:00
Matt Bierner c16036705e
Initial contents for experimentation in typescript-language-features. (#153358)
Co-authored-by: Daniel Rosenwasser <Daniel.Rosenwasser@microsoft.com>
2022-06-27 12:53:24 -07:00
Matt Bierner da0f64881a
Dispose in markdown tests (#153345)
Updates the markdown tests to dispose of disposables created during the test
2022-06-27 15:52:59 -04:00
Johannes Rieken 464c3dc728
improve confirmation when closing merge editor in the presense of conflicts (#153341)
* auto save -> only inform about not resolved all conflicts yet
* manual save -> inform but also enable to discard

related to https://github.com/microsoft/vscode/issues/151040#issuecomment-1145090232
2022-06-27 15:48:23 -04:00
Megan Rogge 57749636a4
update simple find widget to use modified search addon return result (#153264)
* find count set to 0 not less than 0

* update search according to new xterm return result
2022-06-27 15:39:14 -04:00
Megan Rogge 89864bb8dd
drop status for background tasks when process exits (#153337)
fix #152141
2022-06-27 15:38:59 -04:00
Megan Rogge b3fff289c3
update xterm.js (#153354) 2022-06-27 15:38:46 -04:00
Megan Rogge b7ee22af27
trim right when copying output (#153359)
fix #153242
2022-06-27 15:38:34 -04:00
Matt Bierner 9051021473
Clarify label on source action (#153356)
Clairify label on source action

For https://github.com/microsoft/vscode-eslint/issues/1428
2022-06-27 19:01:41 +00:00
Raymond Zhao 8721752a3c
Add classlist check (#153346)
Fixes #148427
2022-06-27 11:55:48 -07:00
Megan Rogge 7defe640cb
show more link results (#153263) 2022-06-27 18:51:59 +00:00
David Dossett b247d94c3c
Fix #150170 (#153348) 2022-06-27 11:21:07 -07:00
Andrea Mah 2219a2c5ad
Quick Access For Loaded Scripts (#152680)
* add quick access for loaded scripts
2022-06-27 18:16:53 +00:00
Daniel Imms 26aa72bd3f
Merge pull request #153326 from microsoft/tyriar/152381
Change view size to change term view by 4 cells
2022-06-27 10:58:05 -07:00
Alex Ross 46106c7ac3
Enable commenting before revealing the comment (#153332) 2022-06-27 16:06:32 +00:00
Sandeep Somavarapu ba343473bc
Fix #152997 (#153325) 2022-06-27 17:55:44 +02:00
Anthony Stewart d1dd57e3c9
Remove duplicate declarations in terminal (#153280)
Co-authored-by: Anthony Stewart <anthonystewart@google.com>
2022-06-27 11:37:07 -04:00
Johannes Rieken 2509cd53dd
implement tracksEditorViewState and computeEditorViewState (#153315)
fixes https://github.com/microsoft/vscode/issues/150804
2022-06-27 17:08:47 +02:00
Daniel Imms d48f343f8c
Change view size to change term view by 4 cells
Fixes #152381
2022-06-27 07:51:41 -07:00
Sandeep Somavarapu ade80ca128
refresh extension view on profile change (#153302)
* refresh extension view on profile change

* fix tests
2022-06-27 16:20:15 +02:00
Sandeep Somavarapu e3da634331
fix #153183 (#153313)
* fix #153183

* fix compilation
2022-06-27 10:09:21 -04:00
Sandeep Somavarapu 8d888665f9
add icon, colors to settings profile status bar entry (#153308) 2022-06-27 09:51:43 -04:00
Henning Dieterichs af06b93a03
Sets max debounce rate for inline completions to 50. (#152747)
* Sets max debounce rate for inline completions to 50. See #151447

* Fixes tests.
2022-06-27 09:50:56 -04:00
David Dossett f148d86fd2
Add "Do Not Disturb" Mode (#149645)
* Add mute icon to notification center toolbar

* Add placeholder mute method

* Add config service support

* Refactor mute toggle behavior

* More refactoring

* Add hack for switching actions on toggle

* Use do-not-disturb icons

* Update status bar icon

* Add comment for hack todo

* Add experimental tag

* Update setting name references

* Fix typo

* Update status bar icon and filter all errors

* Update icons

* Updates icon and toggle behavior

* Update codicons ttf

* cleanups

* Use UI state instead of setting

* Show window progress instead of notification

* Update Storage scopes

* Update Storage scopes

* Refactor to use NotificationService

* Minor fixes

* Update tests

* Address PR feedback

* Update tests

* 💄

* 💄

* zen - use dnd mode for filtering

* set filters right on startup

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-06-27 06:49:10 -07:00
Johannes Rieken 9b1c6cb3ff
joh/issue152834 (#153298)
* update sample

* dynamically alias `ms-vscode.references-view` onto `vscode.references-view`
2022-06-27 15:26:49 +02:00
Alexandru Dima 1df4b3ceb8
Adopt StorageScope.Application (#153297)
Adopt `StorageScope.Application` (#152679)
2022-06-27 12:18:28 +00:00
Johannes Rieken 691bcec4a5
Merge pull request #153289 from microsoft/joh/useless-centipede
joh/useless centipede
2022-06-27 14:10:46 +02:00
Sandeep Somavarapu 0c2c74c60a
Fix #153122 (#153287) 2022-06-27 13:44:57 +02:00
Johannes 7c78e2ea8e
enable merge editor for the team 2022-06-27 12:55:05 +02:00
Johannes aae22c1605
rename setting to git.mergeEditor, no more experimental 2022-06-27 12:54:55 +02:00
Johannes Rieken 0182e175eb
fix transpile on windows (#153285)
make sure to normalize paths before entering internal TS API, also add better error logging to know what file paths fail
2022-06-27 12:01:17 +02:00
Johannes Rieken e5301ee66c
when comparing suggestions then use their textLabel (#153283)
fixes https://github.com/microsoft/vscode/issues/153026
2022-06-27 11:48:47 +02:00
Johannes Rieken a60ffd7029
apply new language to all 3wm models (#153278)
refines https://github.com/microsoft/vscode/issues/151136#issuecomment-1166196944
2022-06-27 11:47:36 +02:00
Alex Ross ffe53e8d71
Add a Share menu and a share vscode.dev command (#152765)
* Add a share menu
Fixes #146309

* Add vscod.dev command in github extension

* Make share menu proposed

* Add share submenu into editor context

* Add proposed to editor share menu
2022-06-27 09:56:36 +02:00
Robo e71b6105eb
fix: rpm dependency on gdk-pixbuf (#153276) 2022-06-27 07:43:27 +00:00
SteVen Batten a3ee1bfbd9
remember view containers that aren't registered yet (#153150)
fixes #149503

The comments panel was being registered later so by the time we went to
save it back to the cache, we thought were removing it. Then, once it
was registered, we would pin it since we thought it was new. Following,
the behavior of the activity bar, we save it back to the cache as is.
2022-06-27 09:18:23 +02:00
Ladislau Szomoru 81113e2d4b
Engineering - Update notebooks (#153273)
Update notebooks
2022-06-27 08:59:17 +02:00
Sandeep Somavarapu ebaa253b6d
Merge pull request #153239 from microsoft/joao/crowded-wildebeest
refactor: 🩺 use StorageScope.Application for update feature
2022-06-26 22:06:38 +02:00