I'm new to VSCode, and for some reason VSCode never launches the windows cmd prompt, it only uses the integrated terminal. Is it the code that's wrong or is there a setting I need to change?

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • omnisharp-vscode

    Discontinued Official C# support for Visual Studio Code [Moved to: https://github.com/dotnet/vscode-csharp]

  • For some reason, it still displays it on the VSCode console.Heres the lines thats on the launch.code file just in case i messed something up {"version": "0.2.0","configurations": [{// Use IntelliSense to find out which attributes exist for C# debugging// Use hover for the description of the existing attributes// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md"name": ".NET Core Launch (console)","type": "coreclr","request": "launch","preLaunchTask": "build",// If you have changed target frameworks, make sure to update the program path."program": "${workspaceFolder}/bin/Debug/net6.0/VSCode.dll","args": [],"cwd": "${workspaceFolder}",// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console"console": "externalTerminal","stopAtEntry": false},{"name": ".NET Core Attach","type": "coreclr","request": "attach"}]}

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts