Skip to content

Commit 177a4cc

Browse files
committed
Upgrade dependencies, remove unused jest and benchmarking packages, upgrade to new node version, remove garbage files
1 parent bb06416 commit 177a4cc

9 files changed

Lines changed: 2369 additions & 7906 deletions

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ out
1111

1212
# Typescript build garbage
1313
tsconfig.tsbuildinfo
14-
15-
# Jest coverage results
16-
coverage
17-
18-
# Jest-bench results
19-
benchmarks

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11

2-
# Source Engine Support for Vscode
2+
# Source Engine Support for Visual Studio Code
33

44
[![CI Test](https://github.com/StefanH-AT/Source-Engine-VSCode-Extension/actions/workflows/test.yml/badge.svg)](https://github.com/StefanH-AT/Source-Engine-VSCode-Extension/actions/workflows/test.yml)
5-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)
65
![Release](https://img.shields.io/github/release/StefanH-AT/Source-Engine-VSCode-Extension.svg)
76

8-
![VSCODE](https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=&logo=visual%20studio%20code&logoColor=white)
9-
![ESLINT](https://img.shields.io/badge/eslint-3A33D1?style=flat&logo=eslint&logoColor=white)
10-
![TYPESCRIPT](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)
11-
![NODE.JS](https://img.shields.io/badge/Node.js-43853D?style=flat&logo=node.js&logoColor=white)
127

138
<a href="https://github.com/StefanH-AT/Source-Engine-VSCode-Extension/graphs/contributors">
149
<img src="https://contrib.rocks/image?repo=StefanH-AT/Source-Engine-VSCode-Extension" height="24"/>
1510
</a>
1611

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+
---
1913

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) -
2016
[Discord](https://discord.gg/BDDxkNwXWw) -
2117
[Bugs](https://github.com/StefanH-AT/Source-Engine-VSCode-Extension)
2218

@@ -145,12 +141,6 @@ Users can just install this extension on the VSCode Marketplace, but developers
145141
3) Clone the repository
146142
4) Run `npm install` in the repository's folder, to install the dependencies
147143

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-
154144
### Running the extension
155145
1) To start the extension, first compile the project `npm run build` (Or `npm run watch` to auto-compile on every file change)
156146
2) Open the repository in VSCode

bench.config.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

jest.config.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)