We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abca322 commit 87f22c3Copy full SHA for 87f22c3
docs/CONTRIBUTING.md
@@ -0,0 +1,17 @@
1
+# Build and Run
2
+
3
+## Prerequisites
4
+- [Git](https://git-scm.com/)
5
+- [Node.JS](https://nodejs.org/en/), >= 14.x
6
+- [Yarn](https://classic.yarnpkg.com/en/), follow the [installation guide](https://classic.yarnpkg.com/en/docs/install)
7
+- VS Code
8
9
+If you want explore the source code of this extension yourself, it's easy to get started. Simply follow these steps:
10
11
+- Clone the repository
12
+- Run yarn
13
+- Compile in the background
14
+ - Run yarn watch
15
+ - Or you can directly start this task by Command Palette -> Run Build Task
16
17
+To run and debug the extension, press F5.
0 commit comments