alaskar.dev/.vscode/settings.json

12 lines
423 B
JSON
Raw Normal View History

2024-12-11 14:25:57 +00:00
{
"cssVariables.lookupFiles": ["**/*.css", "**/*.scss", "**/*.sass", "**/*.less"],
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"frontMatter.preview.host": "http://localhost:5173/",
"frontMatter.framework.startCommand": "npm run dev",
"frontMatter.content.autoUpdateDate": false,
"frontMatter.content.fmHighlight": true,
"frontMatter.content.publicFolder": "static",
"files.autoSave": "afterDelay"
}