Skip to content

Commit

Permalink
feat: enable extension for CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 21, 2024
1 parent b55af94 commit e0afe23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "biomejs",
"displayName": "Biome",
"description": "Biome LSP VS Code Extension",
"version": "2.2.2",
"version": "2.2.3",
"icon": "resources/icons/icon.png",
"activationEvents": [
"onLanguage:javascript",
Expand All @@ -14,7 +14,8 @@
"onLanguage:jsonc",
"onLanguage:vue",
"onLanguage:astro",
"onLanguage:svelte"
"onLanguage:svelte",
"onLanguage:css"
],
"main": "./out/main.js",
"homepage": "https://github.com/biomejs/biome-vscode",
Expand Down

0 comments on commit e0afe23

Please sign in to comment.