For people who want to contribute to the C extension, how do we test changes locally? #8745
Answered
by
sean-mcmanus
Hamir (hirehamir)
asked this question in
Q&A
|
For people who want to contribute to the C extension, how do we start the extension on our local devices in development mode? For example, usually we can press |
Answered by
sean-mcmanus
Jan 31, 2022
Replies: 1 comment 7 replies
|
https://github.com/microsoft/vscode-cpptools/tree/main/Extension from https://github.com/microsoft/vscode-cpptools/blob/main/Documentation/Building%20the%20Extension.md from https://github.com/microsoft/vscode-cpptools/blob/main/CONTRIBUTING.md . But FYI, the main branch assumes a binary from 1.8.1. |
7 replies
Answer selected by
hirehamir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/microsoft/vscode-cpptools/tree/main/Extension from https://github.com/microsoft/vscode-cpptools/blob/main/Documentation/Building%20the%20Extension.md from https://github.com/microsoft/vscode-cpptools/blob/main/CONTRIBUTING.md .
But FYI, the main branch assumes a binary from 1.8.1.