How is lsp.json generated? #49
Answered
by
karthiknadig
predragnikolic
asked this question in
Q&A
-
Hello 👋 , #1 How was the the https://github.com/microsoft/lsprotocol/blob/main/generator/lsp.json generated? Is there a place where it was just downloaded |
Beta Was this translation helpful? Give feedback.
Answered by
karthiknadig
Aug 8, 2022
Replies: 1 comment 1 reply
-
@predragnikolic The lsp.json is generated from the typescript implementation of LSP for node. We pull it down from the LSP node repository. See here: Lines 54 to 56 in 598f231 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
predragnikolic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@predragnikolic The lsp.json is generated from the typescript implementation of LSP for node. We pull it down from the LSP node repository. See here:
lsprotocol/noxfile.py
Lines 54 to 56 in 598f231