What's the difference between Language Server and Language Service? #1358
-
|
When I read the Language Extension :
What's the difference between Language Server and Language Service? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Check out this documentation on embedded languages that explains the relationship between a language service and language server. It also links to a sample extension so you can see how that translates into code. Here's a relevant snippet from the docs:
|
Beta Was this translation helpful? Give feedback.
Check out this documentation on embedded languages that explains the relationship between a language service and language server. It also links to a sample extension so you can see how that translates into code.
Here's a relevant snippet from the docs: