Ed_
595de438af
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
20 lines
306 B
Plaintext
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"
|
|
}
|
|
}
|
|
} |