mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-21 10:49:07 +00:00
Add docCommentTemplate to syntax commands
This commit is contained in:
@@ -340,6 +340,7 @@ export class SyntaxRoutingTsServer extends Disposable implements ITypeScriptServ
|
||||
'selectionRange',
|
||||
'format',
|
||||
'formatonkey',
|
||||
'docCommentTemplate',
|
||||
]);
|
||||
private static readonly sharedCommands = new Set<keyof TypeScriptRequests>([
|
||||
'change',
|
||||
|
||||
Reference in New Issue
Block a user