mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
chore(vscode): update extensions and settings for improved SCSS and template support
This commit is contained in:
Vendored
+2
-1
@@ -4,6 +4,7 @@
|
||||
"kaellarkin.hugo-shortcode-syntax",
|
||||
"lruihao.hugo-partials-refs",
|
||||
"tamasfe.even-better-toml",
|
||||
"casualjim.gotemplate"
|
||||
"casualjim.gotemplate",
|
||||
"SomewhatStationery.some-sass"
|
||||
]
|
||||
}
|
||||
|
||||
Vendored
+11
@@ -8,6 +8,14 @@
|
||||
"hugo.toml": "theme.toml, .hugo_build.lock",
|
||||
"vercel.json": "build.sh"
|
||||
},
|
||||
"files.associations": {
|
||||
"*.template.scss": "gocss",
|
||||
"*.template.svg": "html",
|
||||
"**/plugin/script.html": "gohtml",
|
||||
"**/layouts/**/*.json": "gojson",
|
||||
"**/layouts/**/*.xml": "gohtml",
|
||||
"**/layouts/**/*.md": "gotemplate"
|
||||
},
|
||||
// Disable the default formatter, use eslint instead
|
||||
"prettier.enable": false,
|
||||
"editor.formatOnSave": false,
|
||||
@@ -69,6 +77,9 @@
|
||||
"fixable": true
|
||||
}
|
||||
],
|
||||
// SCSS path resolution (Some Sass extension)
|
||||
"somesass.workspace.loadPaths": ["assets/scss"],
|
||||
"somesass.scss.links.enabled": true,
|
||||
// Enable eslint for all supported languages
|
||||
"eslint.validate": [
|
||||
"go-html-template",
|
||||
|
||||
Reference in New Issue
Block a user