place markdownInComments setting under code doc (#11380)
This commit is contained in:
+16
-16
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user