Commit Graph
92444 Commits
Author SHA1 Message Date
Johannes Rieken 56a52eea57 replace DocumentSemanticTokensProviderRegistry with service property 2022-01-31 18:02:25 +01:00
Johannes Rieken b9686f35a3 replace DocumentRangeSemanticTokensProviderRegistry with service property 2022-01-31 17:48:44 +01:00
Johannes Rieken 86916f8ca7 Merge branch 'main' into joh/langFeatures 2022-01-31 17:31:28 +01:00
Alex Dima ab3a42aac3 Reduce imports of workbench/api (#141003) 2022-01-31 17:30:04 +01:00
Johannes Rieken 530f762d14 replace EvaluatableExpressionProviderRegistry with service property 2022-01-31 17:29:36 +01:00
Johannes Rieken fe103b623e replace InlineValuesProviderRegistry with service property 2022-01-31 17:26:56 +01:00
Alex Dima 04cc454cf5 Move extension host IInitData to /workbench/services (#141003) 2022-01-31 17:22:03 +01:00
Johannes Rieken 672633f825 replace LinkedEditingRangeProviderRegistry with service property 2022-01-31 17:17:04 +01:00
Alex Dima fec88d2ccd Move ExtensionActivationReason to `workbench/services' (#141003) 2022-01-31 17:11:31 +01:00
Alex Dima afc96a0eba Move menusExtensionPoint.ts to /workbench/services/ (#141003) 2022-01-31 16:55:45 +01:00
Alex Ross a1a4c0a63b Update grammars 2022-01-31 16:52:03 +01:00
Alex Dima 011308ef41 Move extensionHostWorker.ts to /workbench/api/ (#141003) 2022-01-31 16:48:25 +01:00
Johannes Rieken dd79e3fcbd replace CompletionProviderRegistry with service property 2022-01-31 16:45:30 +01:00
Alex Dima 24569c613e Rearrange files to better separate between workbench/api and workbench/services (#141003) 2022-01-31 16:14:21 +01:00
Johannes Rieken f42bd599c4 replace InlineCompletionsProviderRegistry with service property 2022-01-31 16:10:04 +01:00
Alex Dima 87140b9f95 Move extensionHostProcess.ts to /workbench/api/ (#141003) 2022-01-31 15:58:39 +01:00
Alex Dima 24081690c2 Use interface instead of implementation for the proxy identifier 2022-01-31 15:44:06 +01:00
Alex Dima cd9defca8a Reduce usage of IIdentifiedSingleEditOperation 2022-01-31 15:28:36 +01:00
Johannes Rieken ff47d8fd85 replace LinkProviderRegistry with service property 2022-01-31 15:27:02 +01:00
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
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 PaseroandGitHub 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 DimaandGitHub 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 DimaandGitHub 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