-
Notifications
You must be signed in to change notification settings - Fork 6.3k
.net 8 core web app Can code server build #6952
-
Hello, I tried some plugins but I could not build ".net 8 core web app". How can I do it?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 3 replies
-
Are you having a problem with a specific plugin? If so, which is it? What errors are you seeing?
Beta Was this translation helpful? Give feedback.
All reactions
-
Ekran Görüntüsü - 2024年08月21日 15-28-14
There is no slotion screen on code server but i have on vs code
WhatsApp Image 2024年08月21日 at 15 26 19
I cant find some microsoft plugins on code server plugins market
Beta Was this translation helpful? Give feedback.
All reactions
-
Ah that is provided by the C# extension, right?
Microsoft does not allow code-server to use their marketplace, so we have to use Open VSX instead. It looks like Microsoft has not made their C# extension available on Open VSX and it looks like they have no intention to do this: dotnet/vscode-csharp#3853
So, the only way to use it would be to download the .vsix
file and install it into code-server manually, unfortunately.
Beta Was this translation helpful? Give feedback.
All reactions
-
It might still not work even if you manually install though, because I think parts of it are only allowed to be ran in Microsoft's build of VS Code.
Basically, the problem is licensing
Beta Was this translation helpful? Give feedback.