Commit 8500e72
committed
🔧 Use Absolute Paths for Ruby Settings
- Replace ~ with absolute path for ruby.rubocop.configFilePath
- Replace ~ with absolute path for ruby.rubocop.executePath
- Replace ~ with absolute path for rubyLsp.bundleGemfile
- Replace ~ with absolute path for rubyLsp.rubyExecutablePath
- VS Code Ruby tooling requires absolute paths not tilde1 parent b4a7e3b commit 8500e72
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
| 243 | + | |
| 244 | + | |
245 | 245 | | |
246 | | - | |
247 | | - | |
| 246 | + | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments