alaskar.dev/.vscode/settings.json
nomadics9 380fbfb041 init
2024-12-11 17:25:57 +03:00

11 lines
423 B
JSON

{
"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"
}