Skip to content

Commit

Permalink
fix: language selector for vscode web
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Mar 26, 2022
1 parent bc0c32b commit c973401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const supportedLanguages: BuiltInParserName[] = [

/** files to format by language */
const languageSelector: DocumentSelector = supportedLanguages.map(
(language) => ({ scheme: 'file', language }),
(language) => ({ language }),
);

const EXTENSION_NAME = 'SCSS Formatter';
Expand Down

0 comments on commit c973401

Please sign in to comment.