We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0e7db commit acfaaabCopy full SHA for acfaaab
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.24.2
4
+
5
+* _Further_ _further_ improve `--lsp` server to always respond to requests
6
7
## 1.24.1
8
9
* _Further_ improve `--lsp` server to better support commands used by VS Code
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- standard (1.24.1)
+ standard (1.24.2)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.44.1)
rubocop-performance (= 1.15.2)
lib/standard/version.rb
@@ -1,3 +1,3 @@
module Standard
- VERSION = Gem::Version.new("1.24.1")
+ VERSION = Gem::Version.new("1.24.2")
end
0 commit comments