typescript-language-server 3.3.2 → 3.3.3-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/lib/cli.mjs +1 -1
- package/lib/cli.mjs.map +1 -1
- package/package.json +24 -24
- package/CHANGELOG.md +0 -522
package/README.md
CHANGED
|
@@ -592,6 +592,7 @@ The `$/typescriptVersion` notification params include two properties:
|
|
|
592
592
|
- [x] textDocument/formatting
|
|
593
593
|
- [x] textDocument/hover
|
|
594
594
|
- [x] textDocument/inlayHint (no support for `inlayHint/resolve` or `workspace/inlayHint/refresh`)
|
|
595
|
+
- [x] textDocument/linkedEditingRange
|
|
595
596
|
- [x] textDocument/prepareCallHierarchy
|
|
596
597
|
- [x] callHierarchy/incomingCalls
|
|
597
598
|
- [x] callHierarchy/outgoingCalls
|