Commit Graph

7395 Commits

Author SHA1 Message Date
Matt Bierner
e7d8e9e856 Use markdownDescription
This text uses markdown
2022-01-31 17:43:02 -08:00
Alex Dima
71a20bb216 Disallow importing workbench/api in workbench/services (fixes #141003) 2022-02-01 00:00:25 +01:00
Alex Dima
d6eb7e40e5 Get the proxy to the extension host via IExtHostContext to avoid depending on extHost.protocol.ts (#141003) 2022-01-31 23:53:26 +01:00
Alex Dima
e2541e9263 Move extHostCustomers.ts to workbench/services (#141003) 2022-01-31 19:57:21 +01:00
Alex Dima
ab3a42aac3 Reduce imports of workbench/api (#141003) 2022-01-31 17:30:04 +01:00
Alex Dima
04cc454cf5 Move extension host IInitData to /workbench/services (#141003) 2022-01-31 17:22:03 +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 Dima
011308ef41 Move extensionHostWorker.ts to /workbench/api/ (#141003) 2022-01-31 16:48:25 +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
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
Alex Dima
7c1c530051 Move ILanguageService to editor/languages (#141174) 2022-01-31 12:38:00 +01:00
Johannes Rieken
ffdeff7b55 show error when inlay hints command fails, annotate error with source (e.g extension name), fixes https://github.com/microsoft/vscode/issues/141588 2022-01-27 10:47:15 +01:00
Alex Dima
44e11956a2 Avoid [createInstance] warnings in unit tests 2022-01-26 12:55:09 +01:00
meganrogge
01f9ae2b70 fix #141420 2022-01-25 13:49:20 -06:00
Logan Ramos
c5ab1881c5 Fix #141326 2022-01-25 11:34:38 -05:00
Matt Bierner
2d5062f35e Update marked 2022-01-24 15:01:53 -08:00
Alex Dima
4c876b8bea Adopt ILanguageFeatureDebounceService for invoking DocumentSemanticTokensProviderRegistry (#140557) 2022-01-24 23:38:04 +01:00
Connor Peet
8aee3a2c50 Merge remote-tracking branch 'smcenlly/issue-130882' into main 2022-01-24 11:10:41 -08:00
Henning Dieterichs
9c468f3d03 Implements #136452 by introducing the flag completeBracketPairs for inline completions. 2022-01-24 09:53:47 +01:00
Sandeep Somavarapu
9b75bd1f81 #139015 more refactorings
- use getExtensions for querying by id or name
- introduce getExtensions in IExtensionsWorkbenchService
2022-01-22 23:33:55 +01:00
Benjamin Pasero
afb3140beb welcome - introduce dedicated top level folders (#141138)
* welcome - introduce dedicated top level folders

* Remove special rules for `contrib/welcome`

* fix svgs

* fix layers lint

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-01-22 09:21:56 +01:00
Alex Dima
e5d893eb40 Move languageSelector out of /languages/ (#141174) 2022-01-21 23:41:54 +01:00
Tyler Leonhardt
e15397d2bb finalize quickpick API 2022-01-21 14:08:20 -08:00
Alex Dima
298441a007 Move wordHelper.ts and extract EDITOR_MODEL_DEFAULTS to /core/ (#141174) 2022-01-21 22:10:48 +01:00
Alex Dima
4447ac9c8b Move prefixSumComputer.ts to /model/ (#141174) 2022-01-21 20:43:24 +01:00
Alex Dima
d8ca757f2b Move ISingleEditOperation to /core/ (#141174) 2022-01-21 20:35:35 +01:00
Alex Dima
0d5418de22 Move editorState to /contrib/ (#141174) 2022-01-21 20:35:35 +01:00
Alex Dima
df551b856e Move change interfaces to diffComputer (#141174) 2022-01-21 19:58:00 +01:00
ChaseKnowlden
8705e6a855 Bump @vscode/windows-registry to 1.0.5 in remote (#140599)
* 🆙 @vscode/windows-registry@1.0.5

* minor fixes

* Alias vscode-windows-registry
2022-01-21 09:54:37 -08:00
Alex Dima
8f185676b7 Move tunnel service to its own folder (#141154) 2022-01-21 17:05:51 +01:00
Ladislau Szomoru
ab914793d5 SCMActionButton overflow improvements 2022-01-21 16:16:08 +01:00
Alex Ross
454dce4c53 Fix string comment body displayed as markdown
Fixes #140967
2022-01-21 14:14:20 +01:00
Alex Ross
8b27820fb2 Comment detail should be timestamp
Part of #139524
2022-01-21 13:21:17 +01:00
Alex Dima
1498d0f340 Add explicit layers for editor contributions (fixes #140995) 2022-01-21 10:29:55 +01:00
Matt Bierner
57e2ed6168 Make sure we convert webview view columns if needed
Fixes #138914
2022-01-20 18:54:14 -08:00
Connor Peet
fb1eac3db7 testing: only reveal testing view for ui-triggered runs 2022-01-20 17:10:03 -08:00
Tyler James Leonhardt
33040b9696 refactor credentialsmainservice and ensure the right one is used (#141100) 2022-01-20 13:22:03 -08:00
Logan Ramos
4475ae1240 More granular telemetry API (#141086)
* Initial implementation of proposed telemetry API

* TelemetryDetails -> TelemetryConfiguration + proposed guards
2022-01-20 13:34:03 -05:00
Alex Dima
3269deea2b Move server code to vs/server/node 2022-01-20 17:18:10 +01:00
Johannes Rieken
a24000a9a3 For parts with location and command: give link gesture to location and append command to context menu, add more jsdoc for API, remove dead code, https://github.com/microsoft/vscode/issues/16221#issuecomment-264527520 2022-01-20 14:47:05 +01:00
Alex Dima
43d18c529c Merge remote-tracking branch 'origin/main' into alex/issue-140997 2022-01-20 14:46:08 +01:00
Benjamin Pasero
7cde8b945f move API tests (#140993) (#141056) 2022-01-20 13:41:35 +01:00
Alex Dima
3b5afe84e8 Fixes #140997: Move server entry points to src/ 2022-01-20 09:31:00 +01:00
Johannes Rieken
15db136c3c use Dto<T> util in more places, some clean-up/alignment of caching logic 2022-01-19 15:12:22 +01:00
Johannes Rieken
1a4e88be88 Merge pull request #140927 from microsoft/joh/dtooooo 2022-01-19 13:59:23 +01:00
Johannes Rieken
d4dde3aa06 support label part tooltip in addition to item tooltip, https://github.com/microsoft/vscode/issues/16221#issuecomment-264527520 2022-01-19 13:54:35 +01:00
Alex Ross
e37dfbde3c More tree dnd feedback 2022-01-19 13:27:15 +01:00