mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
This adds the following pages: The landing page (/) The pricing page (/pricing) The contact page (/contact) The changelog page (/changelog) Terms Of Service page (/terms) Privacy Policy (/privacy)
12 lines
427 B
JSON
12 lines
427 B
JSON
{
|
|
"material-icon-theme.activeIconPack": "qwik",
|
|
"emmet.includeLanguages": {
|
|
"typescriptreact": "html"
|
|
},
|
|
"emmet.preferences": {
|
|
// to ensure closing tags are used (e.g. <img/> not just <img> like in HTML)
|
|
// https://github.com/microsoft/vscode/commit/083bf9020407ea5a91199eb1f0b373859df8d600#diff-88456bc9b7caa2f8126aea0107b4671db0f094961aaf39a7c689f890e23aaaba
|
|
"output.selfClosingStyle": "xhtml"
|
|
}
|
|
}
|