-
-
Notifications
You must be signed in to change notification settings - Fork 7
[question] - Issue with language server #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ahh sorry I updated the gem and forgot to update the vscode plugin. v0.2.1 of the plugin is out now and should have the fixes. |
Thanks for that @kddnewton, Still no go for repo's with Ruby 2.5.0 as version. ( image below ), other 2 are working Also does it need any setup like below that I was using for I don't seem to get any of the light blue squiggly lines suggesting things like I was with Should I change {
"editor.formatOnSave": true,
"editor.formatOnType": true,
//ruby start
"[ruby]": {
"editor.defaultFormatter": "misogi.ruby-rubocop"
},
"ruby.useLanguageServer": true, // use the internal language server (see below)
"ruby.format": "rubocop", // use rubocop for formatting
"ruby.intellisense": "rubyLocate",
"ruby.useBundler": true,
"ruby.lint": {
"rubocop": {
"useBundler": true
}
},
"ruby.rubocop.suppressRubocopWarnings": false,
"ruby.rubocop.onSave": true,
"files.associations": {
"*.erb": "erb"
},
"editor.codeActionsOnSave": {
// For ESLint
"source.fixAll.eslint": true,
// For TSLint
"source.fixAll.tslint": true,
// For Stylelint
"source.fixAll.stylelint": true
},
// RUBY END
} |
Okay, a couple of things. Totally not your fault, the docs are definitely lacking.
|
Hi Syntax Tree,
Heard about you on Remote Ruby, getting below after I installed the gem.
Ruby 2.5.0
Ruby Version: 2.5.0
VS Code: Version: 1.66.0 (Universal)
Ruby 2.7.4
Ruby 3.0.0
Thanks for putting this out :)
Regards,
Chris
The text was updated successfully, but these errors were encountered: