Skip to content

Commit 06b6017

Browse files
author
Tajudeen
committed
Fix brand.patch - update second hunk context for VS Code 1.106
- Changed second hunk from @@ -25,3 +25,3 @@ to @@ -24,4 +24,4 @@ - Added more context lines to ensure patch matches VS Code 1.106 structure - Removed blank line between hunks (not needed in unified diff)
1 parent 030f92f commit 06b6017

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

patches/brand.patch

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ index 205143c..5a069c6 100644
1111
"html.format.enable.desc": "Enable/disable default HTML formatter.",
1212
"html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).",
1313
"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-
15-
@@ -25,3 +25,3 @@
14+
@@ -24,4 +24,4 @@
1615
"html.suggest.html5.desc": "Controls whether the built-in HTML language support suggests HTML5 tags, properties and values.",
1716
"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.",
1817
- "html.trace.server.desc": "Traces the communication between VS Code and the HTML language server.",

0 commit comments

Comments
 (0)