iCrawl / discord-vscode

🖋️ Update your discord status with a rich presence
https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode
MIT License
1.19k stars 1.65k forks source link

Adding support to Microsoft Q# quantum development kit. The image val… #1896

Closed D-Andrea closed 7 months ago

D-Andrea commented 11 months ago

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 ]) Screenshot 2023-12-27 195604

That's a really simple change, nothing major.