From dbbccde23f170b7e31f57f0796bd99f30868126f Mon Sep 17 00:00:00 2001 From: tintinweb Date: Fri, 17 Jan 2020 20:38:02 +0100 Subject: [PATCH] remove keybinding update surya (bugfix) --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 3e6358b..3aeef5f 100644 --- a/package.json +++ b/package.json @@ -73,12 +73,6 @@ "path": "./src/themes/light_vs.json" } ], - "keybindings": [ - { - "key": "cmd+alt+shift+i", - "command": "editor.action.inspectTMScopes" - } - ], "commands": [ { "command": "solidity-va.test.createTemplate", @@ -264,6 +258,6 @@ "c3-linearization": "^0.3.0", "keccak": "^2.0.0", "solidity-parser-diligence": "0.4.15", - "surya": "0.3.3" + "surya": "0.3.5" } }