hello world (2) - add rubymine and vscode debugger settings
.idea/.gitignore
0 → 100644
.idea/amumal-collector.iml
0 → 100644
This diff is collapsed.
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.vscode/launch.json
0 → 100644
... | ... | @@ -62,6 +62,10 @@ group :development do |
# Speed up commands on slow machines / big apps [https://github.com/rails/spring] | ||
# gem "spring" | ||
# jetbrains platform (RubyMine) | ||
gem 'debase' | ||
gem 'ruby-debug-ide' | ||
end | ||
group :test do | ||
... | ... |
Please register or sign in to comment