Fix Unnecessary change

This commit is contained in:
ChaseKnowlden 2020-09-16 15:00:00 -04:00 committed by Martin Aeschlimann
parent 9da1f82a39
commit 8c91bd8278

View file

@ -36,4 +36,3 @@ However, within this extension, you can run a development version of `vscode-jso
- Open both `vscode-json-languageservice` and this extension in a single workspace with [multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) feature
- Run `yarn watch` at `json-languagefeatures/server/` to recompile this extension with the linked version of `vscode-json-languageservice`
- Make some changes in `vscode-json-languageservice`
- Now when you run `Launch Extension` debug target, the launched instance will use your development version of `vscode-json-languageservice`. You can interactively test the language features.