From 91b1272ab32cd3181ad19b39d944193959f65bcd Mon Sep 17 00:00:00 2001 From: icm7216 Date: Wed, 17 Oct 2018 01:40:11 +0900 Subject: [PATCH] Added context menu --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4519b99..e2485f3 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,14 @@ "command": "extension.print", "title": "PrintCode" } - ] + ], + "menus": { + "editor/context": [ + { + "command": "extension.print" + } + ] + } }, "scripts": { "postinstall": "node ./node_modules/vscode/bin/install",