vscode-open icon indicating copy to clipboard operation
vscode-open copied to clipboard

feat: enable it to open multiple files

Open CatBraaain opened this issue 10 months ago • 0 comments

Enable it to open multiple files

It's possible to get all selected files when running open command from context menu on explorer. Here is a related code snippet on Stack Overflow:

Test

  1. Select two text files.
  2. Run open command from context menu.
  3. Two text files opened. test-video

I'm very new to pull request, I welcome any feedback.

CatBraaain avatar Apr 06 '24 10:04 CatBraaain