vs code : Configured debug type 'coreclr' is not supported.

See original GitHub issue

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.

image

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                                                                                 

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

61reactions
adamdriscollcommented, Aug 28, 2016

Did you install the C# extension for VS Code and get the debugger extension?

10reactions
Mike-E-angelocommented, Jul 2, 2018

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configured debug type coreclr is not supported
What to do. Click on extension, search for - C# for Visual Studio Code , from the result Install the highlighted one.
Read more >
DotNet core 3.0 compilation issues in VSCode
The following error message appeared when I tried to start debugging. "Cannot find debug adapter for type 'coreclr'". If the following error ...
Read more >
[SOLVED] DOTNET and CORECLR Not working
However when I try to run debug in visual studio code it fails saying. Configured debug type 'coreclr' is not supported.
Read more >
Setting Up Visual Studio Code Debugging for .NET Core ...
Navigate to the Extensions tab, search for the plugin, and install it. Restart VS Code when prompted to do so.
Read more >
Debugger Extension
Learn how to provide debugger extensions (plug-ins) for Visual Studio Code through a Debug Adapter.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found