Jelajahi Sumber

[vscode] Update define.schema.json (#12333)

* [vscode] Update define.schema.json

* Do not remove cs, java target
Yuxiao Mao 1 bulan lalu
induk
melakukan
1ec60498f1
1 mengubah file dengan 13 tambahan dan 0 penghapusan
  1. 13 0
      .vscode/schemas/define.schema.json

+ 13 - 0
.vscode/schemas/define.schema.json

@@ -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": {
+				"type": "string",
+				"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": [