Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 9b8467e

Browse files
authored
Merge pull request #3 from GrabarzUndPartner/feature/vscode
chore(vscode): add extensions & fix pcss
2 parents 02bff99 + f2d3c8e commit 9b8467e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

nuxt-font-loader-strategy.code-workspace

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
".releaserc": "json",
4747
".stylelintrc": "json",
4848
".vcmrc": "json",
49-
"*.css": "css",
50-
"*.pcss": "css",
49+
"*.css": "postcss",
50+
"*.pcss": "postcss",
5151
".*ignore": "ignore",
5252
"*.js.tmpl": "javascript",
5353
"*.html.tmpl": "html"
@@ -73,18 +73,17 @@
7373
"pflannery.vscode-versionlens",
7474
"eamodio.gitlens",
7575
"EditorConfig.EditorConfig",
76-
"eg2.vscode-npm-script",
7776
"codezombiech.gitignore",
7877
"mrmlnc.vscode-attrs-sorter",
7978
"steoates.autoimport",
80-
"vscode-icons-team.vscode-icons",
8179
"wayou.vscode-todo-highlight",
82-
"wix.vscode-import-cost",
8380
"yzhang.markdown-all-in-one",
8481
"dariofuzinato.vue-peek",
8582
"formulahendry.auto-close-tag",
8683
"formulahendry.auto-rename-tag",
87-
"jcbuisson.vue"
84+
"jcbuisson.vue",
85+
"naumovs.color-highlight",
86+
"csstools.postcss"
8887
]
8988
}
9089
}

0 commit comments

Comments
 (0)