You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See second to last message when packaging the extension:
c:\dev\arkode>vsce package
(node:7788) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Executing prepublish script 'npm run vscode:prepublish'...
> arkode@0.0.1 vscode:prepublish
> npm run compile
> arkode@0.0.1 compile
> tsc -p ./
This extension consists of 457 files, out of which 254 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension . You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore
DONE Packaged: c:\dev\arkode\arkode-0.0.1.vsix (457 files, 1.5MB)
The text was updated successfully, but these errors were encountered:
See second to last message when packaging the extension:
The text was updated successfully, but these errors were encountered: