|
%!s(int64=4) %!d(string=hai) anos | |
---|---|---|
.. | ||
.vscode | %!s(int64=4) %!d(string=hai) anos | |
js | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
package.json | %!s(int64=4) %!d(string=hai) anos | |
pas2jsdemoextension.lpr | %!s(int64=4) %!d(string=hai) anos |
This package is a small adaptation of the VS Code extensions Hello World sample.
To install it in VS Code:
To package it, you need to have vsce installed, so first it must be installed:
npm install -g vsce
Once installed, packaging can be done on the command-line run
vsce package
This will create a pas2jsdemoextension-0.0.1.vsix file which can be distributed and installed in VS Code.