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
@@ -7,7 +7,7 @@
7
7
* Run the following commands, in a terminal, from the Makefile Tools extension code base root folder:
8
8
* `yarn install` will install the dependencies needed to build the extension.
9
9
* **(optional)**`yarn global add vsce` will install `vsce` globally to create a VSIX package that you can install.
10
-
* To compile source changes, run from terminal: 'yarn compile'.
10
+
* To compile source changes, run from terminal: `yarn compile`.
11
11
* This is also done automatically by VSCode when requesting to debug the extension via F5.
12
12
* To build a vsix with your changes, run from terminal: 'vsce package'.
13
13
* File an [issue](https://github.com/microsoft/vscode-makefile-tools/issues) and a [pull request](https://github.com/microsoft/vscode-makefile-tools/pulls) with the change and we will review it.
0 commit comments