File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 0.9.0 (2025-06-17)
6+
7+ ### New features
8+
9+ - Support ` rubocop.bundleCommandPath ` option. (@gsamokovarov )
10+
511## 0.8.0 (2025-04-04)
612
713### New features
Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ Or, in `settings.json`:
189189
190190### rubocop.bundleCommandPath
191191
192- When the extension needs to run RuboCop via Bundler (e.g., ` bundle exec rubocop ` ),
193- it will use the system's ` bundle ` command by default. If you want to specify a
192+ When the extension needs to run RuboCop via Bundler (e.g., ` bundle exec rubocop ` ),
193+ it will use the system's ` bundle ` command by default. If you want to specify a
194194different bundle executable, you can set it here.
195195
196196This setting supports the same variable substitution as ` commandPath ` :
Original file line number Diff line number Diff line change 33 "displayName" : " RuboCop" ,
44 "description" : " VS Code extension for the RuboCop linter and code formatter." ,
55 "icon" : " rubocop.png" ,
6- "version" : " 0.8 .0" ,
6+ "version" : " 0.9 .0" ,
77 "publisher" : " rubocop" ,
88 "repository" : {
99 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments