Use experimental capability to enable color codes

This commit is contained in:
Ian Chamberlain
2023-01-04 12:04:45 -05:00
parent 738ce83d85
commit 65cf7abbe2
5 changed files with 24 additions and 11 deletions

View File

@@ -333,6 +333,7 @@ class ExperimentalFeatures implements lc.StaticFeature {
caps.codeActionGroup = true;
caps.hoverActions = true;
caps.serverStatusNotification = true;
caps.colorDiagnosticOutput = true;
caps.commands = {
commands: [
"rust-analyzer.runSingle",