|
1 | 1 | # Visual Studio Code Ruby Extensions
|
2 | 2 |
|
3 | 3 | [](https://github.com/rubyide/vscode-ruby/actions?query=workflow%3ACI)
|
4 |
| -[](https://codecov.io/gh/rubyide/vscode-ruby) |
| 4 | +[](https://codecov.io/gh/rubyide/vscode-ruby) |
5 | 5 |
|
6 | 6 | This is the monorepo for the Visual Studio Code Ruby extensions.
|
7 | 7 |
|
8 |
| -Head on over to the [Ruby extension README](https://github.com/rubyide/vscode-ruby/blob/master/packages/vscode-ruby-client/README.md) to get started! |
| 8 | +Head on over to the [Ruby extension README](https://github.com/rubyide/vscode-ruby/blob/main/packages/vscode-ruby-client/README.md) to get started! |
9 | 9 |
|
10 | 10 | ## Packages
|
11 | 11 |
|
12 |
| -- [`vscode-ruby`](https://github.com/rubyide/vscode-ruby/blob/master/packages/vscode-ruby) - extension providing syntax highlighting, language configuration, and snippets for Ruby |
13 |
| -- [`vscode-ruby-client`](https://github.com/rubyide/vscode-ruby/blob/master/packages/vscode-ruby-client) - extension logic including the language server client |
14 |
| -- [`vscode-ruby-common`](https://github.com/rubyide/vscode-ruby/blob/master/packages/vscode-ruby-common) - common utilities that are shared among several other packages (eg environment detection) |
15 |
| -- [`vscode-ruby-debugger`](https://github.com/rubyide/vscode-ruby/blob/master/packages/vscode-ruby-debugger) - implementation of the debugger |
16 |
| -- [`language-server-ruby`](https://github.com/rubyide/vscode-ruby/blob/master/packages/language-server-ruby) - language server implementation |
17 |
| - <!-- - [`ruby-debug-ide-protocol`](https://github.com/rubyide/vscode-ruby/blob/master/packages/ruby-debug-ide-protocol) - implementation of the [ruby-debug-ide protocol](https://github.com/ruby-debug/ruby-debug-ide/blob/master/protocol-spec.md)r --> |
| 12 | +- [`vscode-ruby`](https://github.com/rubyide/vscode-ruby/blob/main/packages/vscode-ruby) - extension providing syntax highlighting, language configuration, and snippets for Ruby |
| 13 | +- [`vscode-ruby-client`](https://github.com/rubyide/vscode-ruby/blob/main/packages/vscode-ruby-client) - extension logic including the language server client |
| 14 | +- [`vscode-ruby-common`](https://github.com/rubyide/vscode-ruby/blob/main/packages/vscode-ruby-common) - common utilities that are shared among several other packages (eg environment detection) |
| 15 | +- [`vscode-ruby-debugger`](https://github.com/rubyide/vscode-ruby/blob/main/packages/vscode-ruby-debugger) - implementation of the debugger |
| 16 | +- [`language-server-ruby`](https://github.com/rubyide/vscode-ruby/blob/main/packages/language-server-ruby) - language server implementation |
| 17 | + <!-- - [`ruby-debug-ide-protocol`](https://github.com/rubyide/vscode-ruby/blob/main/packages/ruby-debug-ide-protocol) - implementation of the [ruby-debug-ide protocol](https://github.com/ruby-debug/ruby-debug-ide/blob/main/protocol-spec.md)r --> |
18 | 18 |
|
19 | 19 | ## Docs
|
20 | 20 |
|
21 |
| -Documentation is available in the [docs](https://github.com/rubyide/vscode-ruby/tree/master/docs) folder |
| 21 | +Documentation is available in the [docs](https://github.com/rubyide/vscode-ruby/tree/main/docs) folder |
22 | 22 |
|
23 | 23 | ## Troubleshooting
|
24 | 24 |
|
25 |
| -Troubleshooting documentation is available [here](https://github.com/rubyide/vscode-ruby/tree/master/docs/troubleshooting.md) folder |
| 25 | +Troubleshooting documentation is available [here](https://github.com/rubyide/vscode-ruby/tree/main/docs/troubleshooting.md) folder |
26 | 26 |
|
27 | 27 | ## Developing
|
28 | 28 |
|
29 |
| -See the [developing](https://github.com/rubyide/vscode-ruby/blob/master/docs/developing.md) docs |
| 29 | +See the [developing](https://github.com/rubyide/vscode-ruby/blob/main/docs/developing.md) docs |
0 commit comments