vscode-live-server-preview icon indicating copy to clipboard operation
vscode-live-server-preview copied to clipboard

Please add the function into context menu

Open bluedasher13 opened this issue 5 years ago • 1 comments

Please add the function into context menu, just like Preview on Web Server (yuichinukiyama.vscode-preview-server)

bluedasher13 avatar Dec 14 '19 18:12 bluedasher13

I looked up on the VS Code Help area for extensions (https://code.visualstudio.com/api/references/contribution-points) and found the required area to do it in (contributes.menus more specifically in the Explorer context menu - explorer/context) within the package.json What I don't know how to do is to implement it and recommend for addition. New to VSCode and to this software world. Any tips would be nice.