Skip to content

Commit

Permalink
chore: move extension resources to own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 5, 2023
1 parent 7fbb70c commit a3231ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
**
!icon.png
!resources
!LICENSE
!out/main.js
!package.json
!server
!biome_syntax_tree.tmGrammar.json
!configuration_schema.json
!README.md
!README.md
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Biome",
"description": "Biome LSP VS Code Extension",
"version": "1.4.2",
"icon": "icon.png",
"icon": "resources/icons/icon.png",
"activationEvents": [
"onLanguage:javascript",
"onLanguage:javascriptreact",
Expand Down Expand Up @@ -47,7 +47,7 @@
{
"language": "biome_syntax_tree",
"scopeName": "source.biome_syntax_tree",
"path": "biome_syntax_tree.tmGrammar.json"
"path": "resources/grammaers/biome_syntax_tree.tmGrammar.json"
}
],
"commands": [
Expand Down
File renamed without changes.
File renamed without changes

0 comments on commit a3231ec

Please sign in to comment.