Skip to content

Prepare VS Code extension for publication #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2021

Conversation

dfreeman
Copy link
Member

This PR prepares the Code extension for publishing to the Visual Studio Marketplace.

  • Fills out the README, including a handful of screenshots of the extension in action
  • Narrows activation criteria to only kick in for workspaces with a .glintrc file
  • Adds extension metadata to our package.json
  • Instructs yarn not to hoist any of the extension's dependencies, as vsce wants them all to be locally available during packaging.

On that final point, in the future we should consider bundling the extension source into a single module with via webpack/esbuild/similar, which should slightly improve startup time and eliminate the need to package the dependencies themselves.

@dfreeman dfreeman added the internal Changes that don't impact the published packages label Mar 14, 2021
@dfreeman dfreeman merged commit 0817f22 into master Mar 14, 2021
@dfreeman dfreeman deleted the vscode-extension-publish branch March 14, 2021 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes that don't impact the published packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant