Skip to content

Commit 5c17537

Browse files
committed
Fix bash schema default for highlightParsingErrors
(its `false` since 1.11.0)
1 parent 6cacb16 commit 5c17537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_packages/jupyter_lsp/jupyter_lsp/specs/config/bash-language-server.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"bashIde.highlightParsingErrors": {
1111
"type": "boolean",
12-
"default": true,
12+
"default": false,
1313
"description": "Controls if parsing errors will be highlighted as problems."
1414
},
1515
"bashIde.explainshellEndpoint": {

0 commit comments

Comments
 (0)