On Windows 10. I pulled the latest, successfully did Start-PSBuild and ran the new version.
Launched vs code and pressed F5. On my other machine, it builds and runs the exe.
Name Value
---- -----
PSVersion 5.0.10586.494
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.494
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Did you install the C# extension for VS Code and get the debugger extension?
Thanks Adam, worked.
Debugger extension means "Debugger for Chrome"?
I'm not still ok.
pls help me
I am facing the same issue. What do mean by debugger extension?
Debugger for C#. When you install the C# extension, it downloads the OmniSharp packages which include the C# debugger.
For added clarity, this is the extension that is required:
https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp
The message mentioned in the topic title went away after installing this extension.
It's worth mentioning (got here via the googles) that just because you have the C# package installed on the Windows side does not mean it is installed on the WSL server. Reinstall the extension with the WSL server open.
Most helpful comment
Did you install the C# extension for VS Code and get the debugger extension?