As noted by @rajkumar42 there is a command that won't work in Command Prompt (`cd ~`). Removing the option to use command prompt to avoid confusing other readers.
* Add 'console' to launch.json schema
This checkin completes the external (and integrated) console work by updating the launch.json schema to add the new attributes. I also updated the documentation and templates.
* Fix typeos
* Updating debugger.md to be a little clearer
Hello,
I got confused with this line:
> You can start from scratch by creating an empty project with dotnet new:
I wasn't sure if I should use the VS Code command palette `Ctrl+p` for `dotnet new` when I first read it, so I added some more text to say to use the VS Code Terminal or Command Prompt for the following steps.
I also changed some of the `quoted` text to be `preformatted` instead because it seemed to be consistent to have the user `click` or `type` things that were in `preformatted text`.
I hope this helps other readers.
* Updated items to use kbd element per PR comments
This updates the clrdbg package to the 25406 build. This includes fixes
for Win7 expression evulation and the System.Task breaking change.
This addresses: https://github.com/OmniSharp/omnisharp-vscode/issues/258
This also the MIEngine to pull in https://github.com/Microsoft/MIEngine/pull/353
Lastly this disables the external console by default. We decided to have it off
by default as we have seen some issues with it on OSX (ex: not always closing
when the target exits), and we are hoping it will be possible soon to use the
new VS Code console window instead. So we decided to turn it off by default, at
least for now.
This checkin updates debugger.md to what I believe we will want for RC2 ship.
There are still a few steps in here which aren't correct quite _yet_. My next
checkin will add the work arounds which are needed until we ship.
This commit has the following changes:
* Removed references to internal sources
* Updated to latest behavior
* Updated section on PDBs
* Removed line about windows PDBs
* Integrated @gregg-miskelly's proposals
Note: I'm just squashing @DanielMeixner's commits here. The work is his. :-)
Someone ran into a case where the .NET CLI install was NOT installed, but the .NET CLI installer didn't ask. I have seen this myself too, so I am removing the sentence saying that it will ask you since this seems a bit buggy.
removed linux specific steps for dotnet cli setup
double-doubled backslash for fileshare
added link to HowToConvertPDBs
removed fancy " everywhere
Modified according to Greggs proposals
Use github as feedback
Added link to NuGet.Config file
All of Greggs proposals included