Skip to content

Commit 3df7886

Browse files
committed
Update filename to use for project info
1 parent 1c109e8 commit 3df7886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/razor/src/razorLanguageServerClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class RazorLanguageServerClient implements vscode.Disposable {
243243
// TODO: When all of this code is on GitHub, should we just pass `--omnisharp` as a flag to rzls, and let it decide?
244244
if (!options.usingOmniSharp) {
245245
args.push('--projectConfigurationFileName');
246-
args.push('project.razor.vscode.json');
246+
args.push('project.razor.vscode.bin');
247247
args.push('--DelegateToCSharpOnDiagnosticPublish');
248248
args.push('true');
249249
args.push('--UpdateBuffersForClosedDocuments');

0 commit comments

Comments
 (0)