You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore brand.patch to original format with correct line numbers
- Restored original hunk format: @@ -3,3 +3,3 @@ and @@ -27,1 +27,1 @@
- This matches the original patch structure that worked
- Patch should now apply correctly to VS Code 1.106
"description": "Provides rich language support for HTML and Handlebar files",
9
7
- "html.customData.desc": "A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-html-languageservice/blob/master/docs/customData.md).\n\nVS Code loads custom data on startup to enhance its HTML support for the custom HTML tags, attributes and attribute values you specify in the JSON files.\n\nThe file paths are relative to workspace and only workspace folder settings are considered.",
10
8
+ "html.customData.desc": "A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-html-languageservice/blob/master/docs/customData.md).\n\n!!APP_NAME!! loads custom data on startup to enhance its HTML support for the custom HTML tags, attributes and attribute values you specify in the JSON files.\n\nThe file paths are relative to workspace and only workspace folder settings are considered.",
11
9
"html.format.enable.desc": "Enable/disable default HTML formatter.",
12
10
"html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).",
13
11
"html.format.unformatted.desc": "List of tags, comma separated, that shouldn't be reformatted. `null` defaults to all tags listed at https://www.w3.org/TR/html5/dom.html#phrasing-content.",
14
-
@@ -24,4 +24,4 @@
15
-
"html.suggest.html5.desc": "Controls whether the built-in HTML language support suggests HTML5 tags, properties and values.",
16
-
"html.suggest.hideEndTagSuggestions.desc": "Controls whether the built-in HTML language support suggests closing tags. When disabled, end tag completions like `</div>` will not be shown.",
12
+
@@ -27,1 +27,1 @@
17
13
- "html.trace.server.desc": "Traces the communication between VS Code and the HTML language server.",
18
14
+ "html.trace.server.desc": "Traces the communication between !!APP_NAME!! and the HTML language server.",
19
15
"html.validate.scripts": "Controls whether the built-in HTML language support validates embedded scripts.",
0 commit comments