You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode-client/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Bash IDE
2
2
3
+
## 1.29.0
4
+
5
+
- Upgrade language server to 4.5.1.
6
+
- Improved parsing of global declarations.
7
+
- Skip completions in the middle of a non word when the following characters is not an empty list or whitespace.
8
+
- Remove infrequent and rather useless "Failed to parse" diagnostics and the `highlightParsingErrors` configuration option – the tree sitter parser is actually rather good at error recovery. Note that these messages will now be shown in the log.
0 commit comments