Skip to content

Commit 4713866

Browse files
committed
Enable new endpoints from VSCode side
1 parent b18c72a commit 4713866

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/razor/src/razorLanguageServerClient.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ export class RazorLanguageServerClient implements vscode.Disposable {
246246
args.push('true');
247247
args.push('--UpdateBuffersForClosedDocuments');
248248
args.push('true');
249+
args.push('--SingleServerCompletionSupport');
250+
args.push('true');
249251

250252
if (options.forceRuntimeCodeGeneration) {
251253
args.push('--ForceRuntimeCodeGeneration');

0 commit comments

Comments
 (0)