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",