Skip to content

Commit

Permalink
update document filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 21, 2024
1 parent e0afe23 commit 0e3f9ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ export async function activate(context: ExtensionContext) {
{ language: "vue", scheme: "untitled" },
{ language: "svelte", scheme: "file" },
{ language: "svelte", scheme: "untitled" },
{ language: "css", scheme: "file" },
{ language: "css", scheme: "untitled" },
];

const clientOptions: LanguageClientOptions = {
Expand Down

0 comments on commit 0e3f9ed

Please sign in to comment.