I was doing some work today and noticed that the extension don't give support to the Q# language ( Microsoft's quantum computing development kit ), so I tried to add support to it.
As far as I understood, all the support is handled in the languages.json file so I added the keys there ( couldn't find the image referencing location tho, so I set it to "qsharp" [ like it is by default in vscode ])
I was doing some work today and noticed that the extension don't give support to the Q# language ( Microsoft's quantum computing development kit ), so I tried to add support to it. As far as I understood, all the support is handled in the languages.json file so I added the keys there ( couldn't find the image referencing location tho, so I set it to "qsharp" [ like it is by default in vscode ])
That's a really simple change, nothing major.