Skip to content

I never worked on a VS Code extension, How to do that here? #42

Answered by mark-wiemer
ewerybody asked this question in Q&A
Discussion options

You must be logged in to vote

I have been meaning to improve contributing guidelines, thank you for nudging me. :)

Of course you can use VS Code while working on VS Code! It's a marvelous tool. The first tutorial I would recommend is the official extension authoring guide. This project uses the Extension API to hook into a lot of VS Code variables and keyboard shortcuts, so it's valuable to understand the basic structure of a VS Code extension before contributing to one. There you will learn how to work on an extension and see your changes (hint: it's as simple as pressing F5!).

After that, I'd create a fork of this repo and start work on a feature branch. If you don't know the basics of git/GitHub (working tree vs in…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mark-wiemer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants