place markdownInComments setting under code doc (#11380)

This commit is contained in:
browntarik
2023-08-29 14:53:18 -07:00
committed by GitHub
parent f387815749
commit 6efaafef60
+16 -16
View File
@@ -456,22 +456,6 @@
],
"scope": "resource"
},
"C_Cpp.markdownInComments": {
"type": "string",
"enum": [
"subsetEnabled",
"enabled",
"disabled"
],
"enumDescriptions": [
"%c_cpp.configuration.markdownInComments.subsetEnabled.description%",
"%c_cpp.configuration.markdownInComments.enabled.description%",
"%c_cpp.configuration.markdownInComments.disabled.description%"
],
"default": "subsetEnabled",
"description": "%c_cpp.configuration.markdownInComments.description%",
"scope": "resource"
},
"C_Cpp.hover": {
"type": "string",
"enum": [
@@ -1492,6 +1476,22 @@
"description": "%c_cpp.configuration.commentContinuationPatterns.description%",
"scope": "window"
},
"C_Cpp.markdownInComments": {
"type": "string",
"enum": [
"subsetEnabled",
"enabled",
"disabled"
],
"enumDescriptions": [
"%c_cpp.configuration.markdownInComments.subsetEnabled.description%",
"%c_cpp.configuration.markdownInComments.enabled.description%",
"%c_cpp.configuration.markdownInComments.disabled.description%"
],
"default": "subsetEnabled",
"description": "%c_cpp.configuration.markdownInComments.description%",
"scope": "resource"
},
"C_Cpp.simplifyStructuredComments": {
"type": "boolean",
"default": true,