From 7bd1850b71b9f1c120c4ca85078e74c3a8b6dcd7 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:20:55 -0400 Subject: [PATCH] Add link to status centre image --- TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index d05633995..d6914381f 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -41,7 +41,7 @@ There are several main sources of issues users typically face during activation: ### Outdated Version > [!NOTE] -> If using VS Code, the version of the extension is distinct from that of the server (the `ruby-lsp` gem). You can check the server version in the Output panel upon startup. +> If using VS Code, the version of the extension is distinct from that of the server (the `ruby-lsp` gem). You can check the server version in the [status center](https://github.com/Shopify/ruby-lsp/blob/main/vscode/extras/ruby_lsp_status_center.png). In most cases, the server gem will be automatically updated. You can also trigger a manual update with the "Update language server gem" command in VS Code.