SectrPrototype/SectrPrototype.code-workspace
Ed_ 595de438af WIP: Persistent order support for rooted boxes (top-most boxes)
I wasn't expecting it to be this to bad to support it...

Also:
* I renamed some of the files to group better with the virtual codebase view
2024-05-13 01:53:19 -04:00

20 lines
306 B
Plaintext

{
"folders": [
{
"path": "code_virtual_view"
},
{
"path": "scripts"
}
],
"settings": {
"autoHide.autoHidePanel": false,
"autoHide.autoHideSideBar": false,
"files.associations": {
"*.rmd": "markdown",
"type_traits": "cpp",
"utf8proc.c": "cpp",
"xtr1common": "cpp"
}
}
}