dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.83k stars 655 forks source link

[BUG] C# Dev Kit not work with dotnet-script like stable OmniSharp extension #5797

Open arkalyanms opened 1 year ago

arkalyanms commented 1 year ago

From vscode-dotnettools created by i-mark: microsoft/vscode-dotnettools#33

Describe the Issue

My c# project contains some dotnet-script files. After install C# Dev Kit and open csx files I have some problems:

Steps To Reproduce

Open any csx file

Expected Behavior

Work like current stable OmniSharp extension

Environment Information

macOS 13.4 VSCode 1.78.2

arkalyanms commented 1 year ago

csx support is still under works.

JoelDavidLang commented 11 months ago

csx support is still under works.

Is there an ETA on when this will be supported? I was working on a rather important scripting project when the extension update arrived and clobbered Intellisense support for it.

I am interested in using scripting for more things in the future too since it's more familiar to our dev team than alternatives.

KaivnD commented 8 months ago

any updates?