adamhartford / vscode-base64

Visual Studio Code extension to base64 encode/decode text selections
MIT License
20 stars 7 forks source link

Command 'Base64 Encode' resulted in an error #10

Open stn1slv opened 2 months ago

stn1slv commented 2 months ago

During attempts to do Base64 Encode for a big file (65,2 MB), it raises the following exception:

Command 'Base64 Encode' resulted in an error Cannot read properties of undefined (reading 'document')

image