1-
21# Contributions
32
43Thank you, we appreciate your help!
@@ -8,56 +7,54 @@ Thank you, we appreciate your help!
87
98## Prerequisites
109
11- Most changes & feature enhancements don't require the extension to be
12- modified, as the majority of the data used in the extension is supplied by
10+ Most changes & feature enhancements don't require the extension to be
11+ modified, as the majority of the data used in the extension is supplied by
1312the ** Deno Language Server** which is integrated into the ** [ Deno CLI] ** .
1413
1514<br >
1615
17- If you already have this VSCode extension installed from the Marketplace,
18- note that there is no need to uninstall it for development as it is automatically
16+ If you already have this VSCode extension installed from the Marketplace,
17+ note that there is no need to uninstall it for development as it is
18+ automatically
1919replaced when the ` Launch Client ` instance is running.
2020
21-
2221<br >
2322<br >
2423
2524## Development Setup
2625
27- 1. Clone this repository
26+ 1 . Clone this repository
2827
29- 2. Open the project in VSCode
28+ 2 . Open the project in VSCode
3029
31- 3. Install the dependencies
30+ 3 . Install the dependencies
3231
33- ```sh
34- npm install
35- ```
32+ ``` sh
33+ npm install
34+ ```
3635
37- 4. In the ** VSCode Debug Menu**
38- start the ` Launch Client ` task
36+ 4 . In the ** VSCode Debug Menu**
37+ start the ` Launch Client ` task
3938
40- 5. In the ** VSCode Debug Menu**
41- use the restart button after you
42- have made changes to reload
39+ 5 . In the ** VSCode Debug Menu**
40+ use the restart button after you
41+ have made changes to reload
4342
4443<br >
4544<br >
4645
4746## Pull Requests
4847
49- Once you are ready to open a ( draft ) pull request, give it a 𝗧𝗶𝘁𝗹𝗲 and
50- 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻 that help people - that don't know of your changes - to
48+ Once you are ready to open a ( draft ) pull request, give it a 𝗧𝗶𝘁𝗹𝗲 and
49+ 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻 that help people - that don't know of your changes - to
5150understand what, how and why you did what you did.
5251
53- * It's helpful to link related [ 𝗜𝘀𝘀𝘂𝗲𝘀] & [ 𝗗𝗶𝘀𝗰𝘂𝘀𝘀𝗶𝗼𝗻𝘀] !*
54-
52+ _ It's helpful to link related [ 𝗜𝘀𝘀𝘂𝗲𝘀] & [ 𝗗𝗶𝘀𝗰𝘂𝘀𝘀𝗶𝗼𝗻𝘀] !_
5553
5654<br >
5755
5856<!-- --------------------------------------------------------------------------->
5957
6058[ 𝗗𝗶𝘀𝗰𝘂𝘀𝘀𝗶𝗼𝗻𝘀 ] : https://github.com/denoland/vscode_deno/discussions
6159[ 𝗜𝘀𝘀𝘂𝗲𝘀 ] : https://github.com/denoland/vscode_deno/issues
62-
6360[ Deno CLI ] : https://github.com/denoland/deno
0 commit comments