This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ ### 0.20.0 - Aug 7 2018
2+ First release with the proof of concept internal language server
3+
4+ Notable Changes:
5+ * [ Language Server - proof of concept] ( https://github.com/rubyide/vscode-ruby/pull/366 ) by [ wingrunr21] ( https://github.com/wingrunr21 )
6+
7+ Bug Fixes:
8+ * [ Respect the bundler option when formatting] ( https://github.com/rubyide/vscode-ruby/pull/357 ) by [ narinari] ( https://github.com/narinari )
9+
10+ Enhanced Documentation:
11+ * [ Fixes broken anchor link in README] ( https://github.com/rubyide/vscode-ruby/pull/362 ) by [ ecbrodie] ( https://github.com/ecbrodie )
12+
113### 0.19.0 - Jun 19 2018
214Notable Changes:
315* [ Fix bug where word match includes colon] ( https://github.com/rubyide/vscode-ruby/pull/353 ) by [ toddmazierski] ( https://github.com/toddmazierski )
Original file line number Diff line number Diff line change 11{
2- "name" : " Ruby " ,
2+ "name" : " ruby " ,
33 "displayName" : " Ruby" ,
4- "version" : " 0.19 .0" ,
4+ "version" : " 0.20 .0" ,
55 "publisher" : " rebornix" ,
66 "description" : " Provides Ruby language and debugging support for Visual Studio Code" ,
77 "author" : {
8- "name" : " Peng Lv "
8+ "name" : " Stafford Brunk "
99 },
1010 "contributors" : [
1111 {
144144 "ruby.useLanguageServer" : {
145145 "type" : " boolean" ,
146146 "default" : false ,
147- "description" : " Use experimental built-in language server"
147+ "description" : " Use built-in language server"
148148 },
149149 "ruby.codeCompletion" : {
150150 "type" : [
You can’t perform that action at this time.
0 commit comments