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 5fc12ff commit 08b64f8Copy full SHA for 08b64f8
Extension/src/LanguageServer/settings.ts
@@ -1101,7 +1101,7 @@ export class OtherSettings {
1101
}
1102
1103
export function hasFileAssociation(fileName: string): boolean {
1104
- const otherSettings: OtherSettings = new OtherSettings()
+ const otherSettings: OtherSettings = new OtherSettings();
1105
const associations: Associations = otherSettings.filesAssociations;
1106
if (associations[fileName]) {
1107
return true;
0 commit comments