Skip to content

Commit 689873a

Browse files
author
Mateo
committed
Add ruby-lsp
1 parent aeca3c7 commit 689873a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Added new loading spinner icon for tables (#7602)
1010
- Added functionality to apply bonuses and penalties as a percentage of the student's earned marks to ExtraMark model (#7702)
1111
- Switched to consistent Font Awesome chevrons for expander icons (#7713)
12+
- Install Ruby-LSP to allow development inside different IDEs such as VSCode (#7718)
1213

1314
### 🐛 Bug fixes
1415
- Fix name column search in graders table (#7693)

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ group :development do
8383
gem 'bootsnap', require: false
8484
gem 'brakeman', require: false
8585
gem 'listen' # to listen for changes in i18n-js files
86+
gem 'ruby-lsp', require: false
8687
end
8788

8889
group :test do

0 commit comments

Comments
 (0)