I want to add ansible DSL (based on yaml) support for Visual Studio 2022 (with extension), I found a language server for ansible DSL in visual studio code, and I want to port this language server into my extension for Visual Studio 2022.
Can anybody point to any references or even examples of existing porting?
I think porting with minimal changing is very useful, because we can update language server based on original language server with every changes.
I request sample in https://github.com/microsoft/VSSDK-Extensibility-Samples/issues/279#issue-1589674661