Add docCommentTemplate to syntax commands

This commit is contained in:
Matt Bierner 2019-06-26 15:17:08 -07:00
parent a122c88b4e
commit cefbf36d1d

View file

@ -340,6 +340,7 @@ export class SyntaxRoutingTsServer extends Disposable implements ITypeScriptServ
'selectionRange',
'format',
'formatonkey',
'docCommentTemplate',
]);
private static readonly sharedCommands = new Set<keyof TypeScriptRequests>([
'change',