I know. I wanted to convert the Sublime Text extension to VS Code, but despite both editors being fairly similar, the syntax of Sublime Text extensions is vastly different from the VS Code extensions. I couldn't find any online conversion tool that would work and I couldn't do it by hand as I didn't quite figure out how to transform the Sublime Text extension structure into VS Code one. While VS Code uses JSON format, Sublime Text decided to use XML.