Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 5364c50

Browse files
committed
Upgrade typescript-language-server
1 parent 91568ba commit 5364c50

File tree

3 files changed

+793
-10
lines changed

3 files changed

+793
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the Extension Console in Nova to debug the extension. I haven't found a way
2424

2525
The extension relies on local copies of both `typescript-language-server` and `typescript` itself. To avoid a large bundled extension size (Panic has a limit, you'll get 500 errors when submitting above ~50mb) these are locked with a [`shrinkwrap file`](https://docs.npmjs.com/configuring-npm/shrinkwrap-json.html).
2626

27-
To update, install locally in the `typescript.novaextension` directory, then run `npm shrinkwrap`.
27+
To update, run `npm install ...` locally in the `typescript.novaextension` directory. The shrinkwrap file should be updated automatically.
2828

2929
## Pull Requests
3030

0 commit comments

Comments
 (0)