We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a122c88 commit cefbf36Copy full SHA for cefbf36
1 file changed
extensions/typescript-language-features/src/tsServer/server.ts
@@ -340,6 +340,7 @@ export class SyntaxRoutingTsServer extends Disposable implements ITypeScriptServ
340
'selectionRange',
341
'format',
342
'formatonkey',
343
+ 'docCommentTemplate',
344
]);
345
private static readonly sharedCommands = new Set<keyof TypeScriptRequests>([
346
'change',
0 commit comments