-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
API documentationAPI reference issuesAPI reference issuesbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdoc-bugout of date, inaccurate, confusing contentout of date, inaccurate, confusing content
Description
vscode-docs/api/language-extensions/language-configuration-guide.md
Lines 28 to 31 in 0a4ca79
| "comments": { | |
| "lineComment": "//", | |
| "blockComment": ["/*", "*/"] | |
| }, |
Following this format gives me a warning:
That is because at some point, the lineComment property got expanded from being just a string to being an object with comment and noIndent property.
Metadata
Metadata
Assignees
Labels
API documentationAPI reference issuesAPI reference issuesbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdoc-bugout of date, inaccurate, confusing contentout of date, inaccurate, confusing content