mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
Ed_
231ae5f5d6
- Renamed macro gen_time to GEN_TIME - Moved scanner and editor to their own headers, I'm going to consider them extensions. - I'm preparing to setup the library to build on multiple compiler platforms: clang, gcc, msvc.
29 lines
628 B
JSON
29 lines
628 B
JSON
{
|
|
"files.associations": {
|
|
"*.rmd": "markdown",
|
|
"array": "cpp",
|
|
"compare": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"xtr1common": "cpp",
|
|
"xutility": "cpp",
|
|
"initializer_list": "cpp",
|
|
"table.h": "c",
|
|
"iterator": "cpp",
|
|
"memory": "cpp",
|
|
"exception": "cpp",
|
|
"optional": "cpp",
|
|
"tuple": "cpp",
|
|
"xmemory": "cpp",
|
|
"algorithm": "cpp",
|
|
"limits": "cpp",
|
|
"concepts": "cpp",
|
|
"*.rh": "cpp"
|
|
},
|
|
"C_Cpp.intelliSenseEngineFallback": "disabled",
|
|
"mesonbuild.configureOnOpen": true,
|
|
"C_Cpp.errorSquiggles": "enabled",
|
|
"godot_tools.scene_file_config": "",
|
|
"C_Cpp.default.compilerPath": "cl.exe"
|
|
}
|