You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,7 +69,7 @@ If using VS Code, all you have to do is install the [Ruby LSP
69
69
extension](https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-lsp) to get the extra features in the
70
70
editor. Do not install the `ruby-lsp` gem manually.
71
71
72
-
For more information on using and configuring the extension, see the [extension page](vscode-extension.html).
72
+
For more information on using and configuring the extension, see the [extension page](vscode-extension).
73
73
74
74
### With other editors
75
75
@@ -531,7 +531,7 @@ requirements
531
531
## Experimental Features
532
532
533
533
Ruby LSP also provides experimental features that are not enabled by default. If you have feedback about these features,
534
-
you can let us know in the [DX Slack](https://shopify.github.io/ruby-lsp/invite) or by [creating an issue](https://github.com/Shopify/ruby-lsp/issues/new/choose).
534
+
you can let us know in the [DX Slack](invite) or by [creating an issue](https://github.com/Shopify/ruby-lsp/issues/new/choose).
535
535
536
536
### Ancestors Hierarchy Request
537
537
@@ -571,7 +571,7 @@ default gems, except for
571
571
- Gems that only appear under the `:development` group
572
572
- All Ruby files under `test/**/*.rb`
573
573
574
-
This behavior can be overridden and tuned. Learn how to configure it [for VS Code](https://github.com/Shopify/ruby-lsp/tree/main/vscode#indexing-configuration).
574
+
This behavior can be overridden and tuned. Learn how to configure it [for VS Code](vscode-extension#indexing-configuration).
575
575
576
576
Note that indexing-dependent behavior, such as definition, hover, completion or workspace symbol will be impacted by
@@ -58,7 +58,7 @@ As with most LLM chat functionality, suggestions may not be fully accurate, espe
58
58
continue chatting with the `@ruby` agent to fine tune the suggestions given, before deciding to move forward with
59
59
generation.
60
60
61
-
If you have feedback about this feature, you can let us know in the [DX Slack](https://shopify.github.io/ruby-lsp/invite) or by [creating an issue](https://github.com/Shopify/ruby-lsp/issues/new).
61
+
If you have feedback about this feature, you can let us know in the [DX Slack](invite) or by [creating an issue](https://github.com/Shopify/ruby-lsp/issues/new).
62
62
63
63
## Usage
64
64
@@ -128,7 +128,7 @@ default shell.
128
128
129
129
{: .note }
130
130
> For manager-specific notes, setting up custom activation for managers not listed above and community-contributed
131
-
> examples, please see [version managers](https://shopify.github.io/ruby-lsp/version-managers.html).
131
+
> examples, please see [version managers](version-managers).
0 commit comments