Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to write Visual Studio Code extensions in C#

Is it possible to write Visual Studio Code extensions in C# and not in TypeScript? I need this because I want to call some .NET DLLs.

like image 257
BendEg Avatar asked Jan 18 '26 12:01

BendEg


1 Answers

The short answer is no.

The long answer involves a combination of native node modules, pre building and packaging them within your extension and restricting your extension to Windows users only. More information in this issue: https://github.com/Microsoft/vscode/issues/658.

like image 198
João Moreno Avatar answered Jan 21 '26 03:01

João Moreno



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!