about summary refs log tree commit diff
path: root/editors/code/src/client.ts
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2023-01-23 13:10:25 +0100
committerLukas Wirth <lukastw97@gmail.com>2023-01-23 13:24:42 +0100
commitb9fe5afb30d00e14aaf5d02ff12a74efb774d4f1 (patch)
tree88b5937a91eeaea0eb80c66aa881412bcf3f55cf /editors/code/src/client.ts
parent84239a14543b5a22a9662bc926c9ae033067c977 (diff)
downloadrust-b9fe5afb30d00e14aaf5d02ff12a74efb774d4f1.tar.gz
rust-b9fe5afb30d00e14aaf5d02ff12a74efb774d4f1.zip
Add a 'open server logs' button to the error notification
Diffstat (limited to 'editors/code/src/client.ts')
-rw-r--r--editors/code/src/client.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts
index 1fbe9d4ea03..9335e9abb30 100644
--- a/editors/code/src/client.ts
+++ b/editors/code/src/client.ts
@@ -316,6 +316,7 @@ class ExperimentalFeatures implements lc.StaticFeature {
         caps.hoverActions = true;
         caps.serverStatusNotification = true;
         caps.colorDiagnosticOutput = true;
+        caps.openServerLogs = true;
         caps.commands = {
             commands: [
                 "rust-analyzer.runSingle",