From 0eb254854d4b9756e114d976386a7bcef02d904d Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 31 Dec 2019 15:42:05 +0100 Subject: Fix color name --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 269bed0f8..429d63f72 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -312,7 +312,7 @@ ], "colors": [ { - "id": "rust-analyzer.inlayHint", + "id": "rust_analyzer.inlayHint", "description": "Color for inlay hints", "defaults": { "dark": "#A0A0A0F0", -- cgit v1.2.3