Skip to content

Commit f1638a6

Browse files
author
Tajudeen
committed
Fix brand.patch - update second hunk to start at line 25
- Changed second hunk from @@ -27,1 +27,1 @@ to @@ -25,3 +25,3 @@ - Added more context to match VS Code 1.106 file structure - Patch should now apply correctly
1 parent 65cb276 commit f1638a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

patches/brand.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ index 205143c..5a069c6 100644
99
"html.format.enable.desc": "Enable/disable default HTML formatter.",
1010
"html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).",
1111
"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.",
12-
13-
@@ -27,1 +27,1 @@
12+
@@ -25,3 +25,3 @@
13+
"html.suggest.html5.desc": "Controls whether the built-in HTML language support suggests HTML5 tags, properties and values.",
14+
"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.",
1415
- "html.trace.server.desc": "Traces the communication between VS Code and the HTML language server.",
1516
+ "html.trace.server.desc": "Traces the communication between !!APP_NAME!! and the HTML language server.",
1617
"html.validate.scripts": "Controls whether the built-in HTML language support validates embedded scripts.",

0 commit comments

Comments
 (0)