Skip to content

Conversation

@gregg-miskelly
Copy link
Contributor

This checkin merges dev into master as part of releasing v1.1.4 to the store.

gregg-miskelly and others added 30 commits May 2, 2016 19:42
This checkin adds 'env' to the launch.json schema, and it adds a
"ASPNETCORE_ENVIRONMENT=Development" environment variable by default.

This completes the fix for
#172
Update coreclr-debug packages for post rc2 work
It is a web application if it has any dependencies on microsoft.aspnetcore.server.*
[Dev] Add 'ASPNETCORE_ENVIRONMENT' to default ASP.NET launch options
* Schema for pipe transport options.

* Incorporating code review comments.

* Updating package dependency for OpenDebugAD7.

* Updating the version of MIEngine.
Discover and execute (both run and debug) xunit test in VS Code
This should address the race condition in the decompress module reported at kevva/decompress#28. This should fix #202.
gregg-miskelly and others added 10 commits May 31, 2016 12:44
With this checkin, we now support an 'externalConsole' launch option.
This option is specified by default for console projects.

This completes the fix for:
#175
This change fixes the use of the decompress (which changed its API shape in 4.0.0), and passes a VS Code OutputChannel into the downloading logic to surface logging.
Update namespace of test endpoints to V2
Fix OmniSharp download and improve logging
isOnPath calls existsSync, which was not handling ENOTDIR. This can arise
if a portion of a path is not a directory, such as
/dir1/dir2/<executable>/foo/bar. existsSync should return false in these
cases. Additionally, this adds a try/catch to isOnPath that should catch
all other errors from existsSync and treat them as basic failures for that
particular path segment.
Improve error handling for 'isOnPath'
This updates the clrdbg package to the 25406 build. This includes fixes
for Win7 expression evulation and the System.Task breaking change.
This addresses: #258

This also the MIEngine to pull in microsoft/MIEngine#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.
@gregg-miskelly gregg-miskelly merged commit 7bdd90c into master Jun 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants