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
This commit is contained in:
20
SectrPrototype.code-workspace
Normal file
20
SectrPrototype.code-workspace
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user