Updated readme.

This commit is contained in:
2023-04-09 13:58:46 -04:00
parent 3647cdefd1
commit d5e6421b03
2 changed files with 26 additions and 7 deletions

20
gencpp.code-workspace Normal file
View File

@ -0,0 +1,20 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.rmd": "markdown",
"array": "cpp",
"compare": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"xtr1common": "cpp",
"xutility": "cpp",
"initializer_list": "cpp",
"table.h": "c"
}
}
}