15 lines
498 B
JSON
15 lines
498 B
JSON
|
{
|
||
|
"angelscript-languageserver.defines": [
|
||
|
"TESTS"
|
||
|
],
|
||
|
"angelscript-languageserver.engine-settings": {
|
||
|
"asEP_DISALLOW_EMPTY_LIST_ELEMENTS": true,
|
||
|
"asEP_DISALLOW_VALUE_ASSIGN_FOR_REF_TYPE": false,
|
||
|
"asEP_ALLOW_UNSAFE_REFERENCES": true,
|
||
|
"asEP_ALWAYS_IMPL_DEFAULT_CONSTRUCT": true,
|
||
|
"asEP_AUTO_GARBAGE_COLLECT": false,
|
||
|
"asEP_REQUIRE_ENUM_SCOPE": true,
|
||
|
"asEP_PROPERTY_ACCESSOR_MODE": 2,
|
||
|
"asEP_COMPILER_WARNINGS": 2
|
||
|
}
|
||
|
}
|