|
1 | 1 |
|
2 | | -# Source Engine Support for Vscode |
| 2 | +# Source Engine Support for Visual Studio Code |
3 | 3 |
|
4 | 4 | [](https://github.com/StefanH-AT/Source-Engine-VSCode-Extension/actions/workflows/test.yml) |
5 | | -[](https://github.com/dwyl/esta/issues) |
6 | 5 |  |
7 | 6 |
|
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | 7 |
|
13 | 8 | <a href="https://github.com/StefanH-AT/Source-Engine-VSCode-Extension/graphs/contributors"> |
14 | 9 | <img src="https://contrib.rocks/image?repo=StefanH-AT/Source-Engine-VSCode-Extension" height="24"/> |
15 | 10 | </a> |
16 | 11 |
|
17 | | -[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=stefan-h-at.source-engine-support) - |
18 | | -[OpenVSX Registry](https://open-vsx.org/extension/stefan-h-at/source-engine-support) |
| 12 | +--- |
19 | 13 |
|
| 14 | +[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=stefan-h-at.source-engine-support) - |
| 15 | +[OpenVSX Registry](https://open-vsx.org/extension/stefan-h-at/source-engine-support) - |
20 | 16 | [Discord](https://discord.gg/BDDxkNwXWw) - |
21 | 17 | [Bugs](https://github.com/StefanH-AT/Source-Engine-VSCode-Extension) |
22 | 18 |
|
@@ -145,12 +141,6 @@ Users can just install this extension on the VSCode Marketplace, but developers |
145 | 141 | 3) Clone the repository |
146 | 142 | 4) Run `npm install` in the repository's folder, to install the dependencies |
147 | 143 |
|
148 | | -### Testing |
149 | | -To start the unit tests, run `npm run test`. The project will be automatically compiled. |
150 | | - |
151 | | -### Benchmarking |
152 | | -To run the benchmark tests, run `npm run benchmark`. The project will be automatically compiled |
153 | | - |
154 | 144 | ### Running the extension |
155 | 145 | 1) To start the extension, first compile the project `npm run build` (Or `npm run watch` to auto-compile on every file change) |
156 | 146 | 2) Open the repository in VSCode |
|
0 commit comments