You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Contribution Steps
4
4
5
-
*[Build and debug the extension](Documentation/Getting%20started.md#build-and-debug-the-cpptools-extension).
5
+
*[Build and debug the extension](Documentation/Building%20the%20Extension.md).
6
6
* File an [issue](https://github.com/Microsoft/vscode-cpptools/issues) and a [pull request](https://github.com/Microsoft/vscode-cpptools/pulls) with the change and we will review it.
7
7
* If the change affects functionality, add a line describing the change to [**CHANGELOG.md**](Extension/CHANGELOG.md).
8
8
* Try and add a test in [**test/extension.test.ts**](Extension/test/unitTests/extension.test.ts).
0 commit comments