Commit graph

92638 commits

Author SHA1 Message Date
Johannes Rieken 9308c64386
replace ColorProviderRegistry with service property 2022-01-31 14:16:32 +01:00
Johannes Rieken 6374172cb6
replace FoldingRangeProviderRegistry with service property 2022-01-31 14:10:27 +01:00
Johannes Rieken 05a6debf18
replace SelectionRangeRegistry with service property 2022-01-31 14:07:00 +01:00
Johannes Rieken c126f86ded
fix tests 2022-01-31 13:05:25 +01:00
Johannes Rieken aa5e35f7f2
Merge branch 'main' into joh/langFeatures 2022-01-31 12:47:42 +01:00
Martin Aeschlimann ce4eecb9b5
File icon size does not behave correctly with multiple fonts. Fixes #141831 2022-01-31 12:45:36 +01:00
Johannes Rieken 409917c9e4
fix hover tests 2022-01-31 12:40:57 +01:00
Alex Dima 67f1f74cd2
Fix monaco.d.ts.recipe 2022-01-31 12:40:35 +01:00
Alex Dima 7254371c38
Move unicodeTextModelHighlighter.ts to /services/ (#141174) 2022-01-31 12:39:48 +01:00
Alex Dima 7c1c530051
Move ILanguageService to editor/languages (#141174) 2022-01-31 12:38:00 +01:00
Johannes Rieken 60f4d07d01
replace DocumentHighlightProviderRegistry with service property 2022-01-31 12:37:29 +01:00
Johannes Rieken 40e3684c11
replace HoverProviderRegistry with service property 2022-01-31 12:25:59 +01:00
Alex Dima 0a1335f65a
Extract normalizeIndentation to /core/ (#141174) 2022-01-31 12:22:13 +01:00
deepak1556 48417434d6 chore: allow running universal build via rosetta
Fixes https://github.com/microsoft/vscode/issues/139319
2022-01-31 20:20:00 +09:00
Alex Dima d479e44e15
Remove /colorPicker/ imports 2022-01-31 12:17:58 +01:00
Johannes Rieken 1f46724290
replace SignatureHelpProviderRegistry with service property 2022-01-31 12:12:25 +01:00
Alex Dima bc7fb91e1f
Introduce and adopt HoverParticipantRegistry 2022-01-31 12:11:52 +01:00
Johannes Rieken dfe1ebf8c9
replace ImplementationProviderRegistry with service property 2022-01-31 11:57:22 +01:00
Alex Dima e5a76b122b
Move colorHoverParticipant.ts to /colorPicker/ 2022-01-31 11:41:34 +01:00
Alex Dima 7a0a293b38
Move more interfaces up to editor/common/ (#141174) 2022-01-31 11:33:58 +01:00
Alex Dima 1289a28691
Move modelLineProjectionData out of /viewModel/ (#141174) 2022-01-31 10:47:01 +01:00
Alex Dima 1e5cda3d42
Move viewModel interfaces out of /viewModel/ (#141174) 2022-01-31 10:47:00 +01:00
Benjamin Pasero 4f4df625f9
Cleanup deprecated IEnvironmentService.configuration property (#141859)
* renames and reductions

* adopt for files to open, diff, wait

* remove from tests

* backup path

* accessibility support

* remove unused

* more inlines

* perf

* removal

* more cleanup

* removal of workbench config object
2022-01-31 10:44:53 +01:00
Johannes Rieken 60bf54dcd9
replace DeclarationProviderRegistry with service property 2022-01-31 10:43:54 +01:00
Johannes Rieken 98ed6e1eb4
replace TypeDefinitionProviderRegistry with service property 2022-01-31 10:37:19 +01:00
Johannes Rieken 56f0932539
replace DefinitionProviderRegistry with service property 2022-01-31 10:31:39 +01:00
Alex Dima 5323a53746
Add more logging for #141734 2022-01-31 10:24:06 +01:00
Johannes Rieken ecbdbffde2
replace formatting registries for service properties 2022-01-31 10:01:17 +01:00
Alexandru Dima 73bc0210c0
Merge pull request #141765 from microsoft/alex/ext-host-auto-restart
Restart the local extension host automatically after a crash
2022-01-31 09:42:56 +01:00
Alexandru Dima 14db36b423
Merge pull request #141730 from microsoft/alex/check-build-folder
Check that the `/build/` folder compiles and all `.js` is checked in
2022-01-31 09:41:52 +01:00
Johannes Rieken 89a498f820
replace CodeLensProviderRegistry with service property 2022-01-31 09:37:08 +01:00
Johannes Rieken 888170e18e
replace InlayHintsProviderRegistry with service property 2022-01-31 09:31:16 +01:00
Johannes Rieken 57a7184820
replace DocumentSymbolProviderRegistry with service property 2022-01-31 09:23:16 +01:00
Benjamin Pasero 84163149f3
web - move exports into main file 2022-01-31 07:57:05 +01:00
Benjamin Pasero c64876aff9
💄 test scripts (#141791)
* try it

* log window ready states as info

* 💄

* compile more

* better format

* fix

* are you serious?

* bumpb

* .

* .
2022-01-31 07:28:38 +01:00
Leonardo 8fc944bb20
Increased opacity in overload counter tooltip (#141828)
* Increased opacity in overload counter tooltip
This improves its readability, in particular with the default dark theme.

* Opacity removed
2022-01-30 21:04:06 -08:00
Hans 8ce32b3fbb Implement multiLinePasteWarning in VSCode terminal,fix the #122683 2022-01-30 16:08:12 +08:00
Raymond Zhao 584d5348da
Trim characters off match instead to get key, fixes #141614 2022-01-29 22:01:14 -08:00
Daniel Imms f3b97af4d9 Add outside folder link opener 2022-01-28 17:20:12 -08:00
Daniel Imms cda77e601b Hook up local file/folder openers properly 2022-01-28 17:16:07 -08:00
Daniel Imms c2558ea63a Create local link detector and local file opener 2022-01-28 17:01:08 -08:00
Daniel Imms 6a792ce617 Feedback 2022-01-28 15:17:24 -08:00
Daniel Imms 37e0d8dc5d
Update src/vs/workbench/contrib/terminal/browser/links/links.ts
Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
2022-01-28 14:46:56 -08:00
Daniel Imms 0852b93a23
Update src/vs/workbench/contrib/terminal/browser/links/links.ts
Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
2022-01-28 14:45:39 -08:00
Alex Dima 9f4c4062ee
Restart the local extension host automatically after a crash 2022-01-28 22:47:21 +01:00
rebornix a853936292
Revert "support file llink"
This reverts commit 09108ba2ce.
2022-01-28 13:12:59 -08:00
Daniel Imms 26c24c2b7f Remove old word link provider 2022-01-28 11:48:45 -08:00
Daniel Imms 6608337046 Create a search link opener 2022-01-28 11:43:17 -08:00
Daniel Imms adccdea45d Introduce new terminal link detector concept
Part of #141743
2022-01-28 09:45:24 -08:00
Johannes Rieken 9276e615a3
onboard rename to language feature service 2022-01-28 18:31:21 +01:00