Skip to content

Commit cc0512f

Browse files
author
Tajudeen
committed
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
1 parent 06b6017 commit cc0512f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

patches/brand.patch

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@ diff --git a/extensions/html-language-features/package.nls.json b/extensions/htm
22
index 205143c..5a069c6 100644
33
--- a/extensions/html-language-features/package.nls.json
44
+++ b/extensions/html-language-features/package.nls.json
5-
@@ -1,6 +1,6 @@
6-
{
7-
"displayName": "HTML Language Features",
5+
@@ -3,3 +3,3 @@
86
"description": "Provides rich language support for HTML and Handlebar files",
97
- "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.",
108
+ "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.",
119
"html.format.enable.desc": "Enable/disable default HTML formatter.",
1210
"html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).",
1311
"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 @@
1713
- "html.trace.server.desc": "Traces the communication between VS Code and the HTML language server.",
1814
+ "html.trace.server.desc": "Traces the communication between !!APP_NAME!! and the HTML language server.",
1915
"html.validate.scripts": "Controls whether the built-in HTML language support validates embedded scripts.",

0 commit comments

Comments
 (0)