Skip to content

Commit

Permalink
Fix bash schema default for highlightParsingErrors
Browse files Browse the repository at this point in the history
(its `false` since 1.11.0)
  • Loading branch information
krassowski committed Sep 3, 2022
1 parent 6cacb16 commit 5c17537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"bashIde.highlightParsingErrors": {
"type": "boolean",
"default": true,
"default": false,
"description": "Controls if parsing errors will be highlighted as problems."
},
"bashIde.explainshellEndpoint": {
Expand Down

0 comments on commit 5c17537

Please sign in to comment.