mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Add a 'open server logs' button to the error notification
This commit is contained in:
parent
84239a1454
commit
b9fe5afb30
7 changed files with 58 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue