* [vscode] Update define.schema.json * Do not remove cs, java target
@@ -31,6 +31,7 @@
"cpp",
"cs",
"java",
+ "jvm",
"python",
"hl",
"eval"
@@ -65,6 +66,18 @@
"deprecated": {
"type": "string",
"markdownDescription": "Reason for the define to be deprecated."
+ },
+ "default": {
+ "type": "string",
+ "markdownDescription": "Default value if not explicitly set."
+ "deprecatedDefine": {
+ "markdownDescription": "Replace and deprecate the given definition name, which can still be used in -D."
+ "signatureNeutral": {
+ "type": "boolean",
+ "markdownDescription": "Does not affect compilation signature."
}
},
"required": [