Skip to content

Commit d909b90

Browse files
committed
Add notes on seemingly unused dependencies
1 parent 3e6cb1e commit d909b90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,12 @@ However, fully testing the plugin is blocked on switching back to the standard V
6666
```
6767

6868
3. Press `F5` or navigate to the "Run and Debug" tab of VS Code and click "Run Extension".
69+
70+
## Dependencies
71+
72+
Some dependencies are not directly used in the source but are required anyway.
73+
74+
- `bufferutil` and `utf-8-validate` are peer dependencies of `ws`.
75+
- `ua-parser-js` and `dayjs` are used by the Coder API client.
76+
- `glob`, `nyc`, `vscode-test`, and `@vscode/test-electron` are currently unused
77+
but we need to switch back to them from `vitest`.

0 commit comments

Comments
 (0)