You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
pvincent 45c141c308 LSP ok 2 years ago
.vscode LSP ok 2 years ago
app LSP ok 2 years ago
bin LSP ok 2 years ago
config LSP ok 2 years ago
db LSP ok 2 years ago
lib LSP ok 2 years ago
log LSP ok 2 years ago
public LSP ok 2 years ago
storage LSP ok 2 years ago
test LSP ok 2 years ago
tmp LSP ok 2 years ago
vendor LSP ok 2 years ago
.dockerignore LSP ok 2 years ago
.gitattributes LSP ok 2 years ago
.gitignore LSP ok 2 years ago
.ruby-version LSP ok 2 years ago
Dockerfile LSP ok 2 years ago
Gemfile LSP ok 2 years ago
Gemfile.lock LSP ok 2 years ago
Procfile.dev LSP ok 2 years ago
README.md LSP ok 2 years ago
Rakefile LSP ok 2 years ago
config.ru LSP ok 2 years ago

README.md

README

database.yml

[...]
development:
  <<: *default
  database: ruby-debug
  user: ruby-debug
  password: ruby-debug
  host: ct1.lxd
[...]

rails generate scaffold score name:string grade:integer rails db:migrate

Gemfile

group :development do
  [...]
  gem 'rubocop', require: false
end

Debugger via ruby-lsp

  • run OK, but without Procfile (no more tailwincss/watch)
  • attach disfunctions (attach PORT but no interaction/stop/run)

Extensions

  • Ruby-lsp
    • Ruby-lsp-rails
  • Ruby Db Schema
  • Markdown All in One