Skip to content

Commit 6efaafe

Browse files
authored
place markdownInComments setting under code doc (#11380)
1 parent f387815 commit 6efaafe

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Extension/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -456,22 +456,6 @@
456456
],
457457
"scope": "resource"
458458
},
459-
"C_Cpp.markdownInComments": {
460-
"type": "string",
461-
"enum": [
462-
"subsetEnabled",
463-
"enabled",
464-
"disabled"
465-
],
466-
"enumDescriptions": [
467-
"%c_cpp.configuration.markdownInComments.subsetEnabled.description%",
468-
"%c_cpp.configuration.markdownInComments.enabled.description%",
469-
"%c_cpp.configuration.markdownInComments.disabled.description%"
470-
],
471-
"default": "subsetEnabled",
472-
"description": "%c_cpp.configuration.markdownInComments.description%",
473-
"scope": "resource"
474-
},
475459
"C_Cpp.hover": {
476460
"type": "string",
477461
"enum": [
@@ -1492,6 +1476,22 @@
14921476
"description": "%c_cpp.configuration.commentContinuationPatterns.description%",
14931477
"scope": "window"
14941478
},
1479+
"C_Cpp.markdownInComments": {
1480+
"type": "string",
1481+
"enum": [
1482+
"subsetEnabled",
1483+
"enabled",
1484+
"disabled"
1485+
],
1486+
"enumDescriptions": [
1487+
"%c_cpp.configuration.markdownInComments.subsetEnabled.description%",
1488+
"%c_cpp.configuration.markdownInComments.enabled.description%",
1489+
"%c_cpp.configuration.markdownInComments.disabled.description%"
1490+
],
1491+
"default": "subsetEnabled",
1492+
"description": "%c_cpp.configuration.markdownInComments.description%",
1493+
"scope": "resource"
1494+
},
14951495
"C_Cpp.simplifyStructuredComments": {
14961496
"type": "boolean",
14971497
"default": true,

0 commit comments

Comments
 (0)