preparing to generate the attribute set from the table

This commit is contained in:
2024-10-21 22:47:37 -04:00
parent 8f81a08d21
commit a1a5f2f309
13 changed files with 100 additions and 12 deletions

View File

@ -1,4 +1,8 @@
{
"autoHide.autoHideSideBar": false,
"autoHide.autoHidePanel": false
"autoHide.autoHidePanel": false,
"files.associations": {
"*.rmd": "markdown",
"*.rh": "cpp"
}
}