Function Node Code Completion for Module (Monaco Editor)

Thanks for giving it a go. I just tested the base64 encode now by clicking on the copy button on the encoded string from my post then running:

pbpaste | base64 -D > codecompletion.zip

(using macOS)

I then could unzip it without issue.

On windows I managed to decode it also by:

  • Pasting the encoded string into a new text file in notepad and saving it as codecompletion.txt
  • Opening cmd and running:
    certutil -decode codecompletion.txt codecompletion.zip
    

The resulting codecompletion.zip file also unzipped without issue.