speckle-docs/speckle-docs.code-workspace

43 строки
818 B
Plaintext

{
"folders": [
{
"path": "./dev",
"name": "Speckle Developer Guide"
},
{
"path": "./user",
"name": "Speckle User Guide"
},
{
"path": "./automate",
"name": "Speckle Automate Guide"
},
{
"path": "./workspaces",
"name": "Speckle Workspaces Guide"
},
{
"path": ".",
"name": "_"
}
],
"settings": {
"markdownlint": {
"config": {
"MD033": false, // allow inline html
"MD024": {
"siblings_only": true
}, // allow single heading
}
},
"files.autoSave": "onWindowChange",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file"
},
"extensions": {
"recommendations": [
"yzhang.markdown-all-in-one",
"titiaiev.vue-docs",
]
}
}