raiki61 / base64-image-embedder

Apache License 2.0
0 stars 0 forks source link

Doesn't work when folder opened #7

Closed IanWitham closed 3 months ago

IanWitham commented 4 months ago

When you "open folder" with VSCode, and then from VSCode open a file, the plugin does not embed any files. It will only work if you open the file directly from the OS.

raiki61 commented 4 months ago

I tried the following in my windows environment and it worked fine.

  1. Click on the “File” menu in vscode.
  2. click on “Open Folder
  3. open any folder
  4. select any html file from vscode's folder tree
  5. run the plugin

Do you have any other information? As per another ticket, I will check it on Linux as soon as I get time.