Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.65 KB

File metadata and controls

42 lines (22 loc) · 1.65 KB

run developer documentation

Logo made with Inkscape.

You can download nodejs with scoop.

See here for marketplace presentation tips.

VS Code Extension API documentation:

Packaging

See here for more info on publishing.

Always use the latest vsce so npm install -g @vscode/vsce to make sure you have it.

Use vsce package to package into a .vsix extension file.

Publishing

Possible to run vsce publish.

Otherwise, you can grap the packaged .vsix file and upload it through the extension manager page.

Excluding files / directories

Documentation

It is possible to ignore files when building the extension. This is useful to ignore usage reports files.

Reports

You can export some basic statistics about your extension in the Visual Studio Marketplace admin panel.

Note that you can only get the data for the past 90 days MAX, which is why exported files are saved here.

For generating graphs, go to the end of my post here about this very package.