We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec746f5 commit 1e512a8Copy full SHA for 1e512a8
src/razor/src/extension.ts
@@ -49,7 +49,7 @@ import { PlatformInformation } from '../../shared/platform';
49
import { RazorLanguageServerOptions } from './razorLanguageServerOptions';
50
import { resolveRazorLanguageServerOptions } from './razorLanguageServerOptionsResolver';
51
import { RazorFormatNewFileHandler } from './formatNewFile/razorFormatNewFileHandler';
52
-import * as path from "path";
+import * as path from 'path';
53
54
// We specifically need to take a reference to a particular instance of the vscode namespace,
55
// otherwise providers attempt to operate on the null extension.
0 commit comments