Simplify code

This commit is contained in:
kingwl
2020-12-23 18:51:15 +08:00
parent 9f5cfc246b
commit 3de96fd237
15 changed files with 122 additions and 172 deletions

View File

@@ -1188,6 +1188,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
SignatureHelp: extHostTypes.SignatureHelp,
SignatureHelpTriggerKind: extHostTypes.SignatureHelpTriggerKind,
SignatureInformation: extHostTypes.SignatureInformation,
SignautreArgumentsLabel: extHostTypes.SignautreArgumentsLabel,
SnippetString: extHostTypes.SnippetString,
SourceBreakpoint: extHostTypes.SourceBreakpoint,
StandardTokenType: extHostTypes.StandardTokenType,