File tree Expand file tree Collapse file tree 5 files changed +54
-1
lines changed Expand file tree Collapse file tree 5 files changed +54
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "fileExtensions" : {
3+ "cls" : " _class" ,
4+ "bas" : " _module" ,
5+ "frm" : " _userform"
6+ },
7+ "iconDefinitions" : {
8+ "_class" : {
9+ "iconPath" : " icons/vba_blue.svg"
10+ },
11+ "_module" : {
12+ "iconPath" : " icons/vba_orange.svg"
13+ },
14+ "_userform" : {
15+ "iconPath" : " icons/vba_green.svg"
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change 1616 " Programming Languages" ,
1717 " Snippets" ,
1818 " Linters" ,
19- " Formatters"
19+ " Formatters" ,
20+ " Themes"
2021 ],
2122 "keywords" : [
2223 " multi-root ready"
4142 "configuration" : " ./vba.language-configuration.json"
4243 }
4344 ],
45+ "iconThemes" : [
46+ {
47+ "id" : " vba-lsp" ,
48+ "label" : " VBA Icons" ,
49+ "path" : " icon-theme.json"
50+ }
51+ ],
4452 "configurationDefaults" : {
4553 "[vba]" : {
4654 "editor.semanticHighlighting.enabled" : true
You can’t perform that action at this time.
0 commit comments