-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Publish vscode types
Pine edited this page May 21, 2019
·
10 revisions
We are using @types/vscode for publishing vscode.d.ts. See https://github.com/Microsoft/vscode/issues/70175 for details.
For each release, we will need to publish a new version to DefinitelyTyped. Here are the steps:
- When you publish a tag such as
1.34.0 - CI creates a branch
vscode-types-1.34.0at https://github.com/DefinitelyTyped/DefinitelyTyped with commit messageVS Code 1.34.0 Extension API. - CI sends a link to create PR to #release channel of VS Code Slack.
- Ask either @octref, @jrieken, @kieferrm or @egamma to merge the PR.
-
@types/vscodewill be published in ~10 minutes.
Project Management
- Roadmap
- Iteration Plans
- Development Process
- Issue Tracking
- Build Champion
- Release Process
- Running the Endgame
- Related Projects
Contributing
- How to Contribute
- Submitting Bugs and Suggestions
- Feedback Channels
- Source Code Organization
- Coding Guidelines
- Testing
- Dealing with Test Flakiness
- Contributor License Agreement
- Extension API Guidelines
- Accessibility Guidelines
- Custom ESLint rules
Documentation