Skip to content

Commit 094a9d0

Browse files
committed
fix lint errors
1 parent 01fc822 commit 094a9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nls.config({ messageFormat: nls.MessageFormat.bundle, bundleFormat: nls.BundleFo
3030
const localize: nls.LocalizeFunc = nls.loadMessageBundle();
3131
export const cppBuildTaskProvider: CppBuildTaskProvider = new CppBuildTaskProvider();
3232
export const CppSourceStr: string = "C/C++";
33-
export const CppSourceStrPrefix = "C/C++: "
33+
export const CppSourceStrPrefix: string = "C/C++: ";
3434

3535
let prevCrashFile: string;
3636
let clients: ClientCollection;

0 commit comments

Comments
 (0)