14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"cmake.configureOnOpen": true,
|
|
"antlr4.generation": {
|
|
"mode": "external",
|
|
"language": "Cpp",
|
|
"listeners": true,
|
|
"visitors": true,
|
|
"outputDir": "../lib/generated"
|
|
},
|
|
"files.associations": {
|
|
"ostream": "cpp",
|
|
"iostream": "cpp"
|
|
}
|
|
} |