Skip to content

#427 Visual Studio locks up when I create project from Existing Node.js#553

Merged
mousetraps merged 1 commit intomicrosoft:masterfrom
mousetraps:import
Oct 20, 2015
Merged

#427 Visual Studio locks up when I create project from Existing Node.js#553
mousetraps merged 1 commit intomicrosoft:masterfrom
mousetraps:import

Conversation

@mousetraps
Copy link
Copy Markdown
Contributor

source

  • VS was locking up during a call into AppInsights, which has a bug in that
    it is possible to run on the UI Thread. Use HideScheduler to work around
    this issue.

fix #427

…ing Node.js

source
- VS was locking up during a call into AppInsights, which has a bug in that
  it is possible to run on the UI Thread. Use HideScheduler to work around
  this issue.
mousetraps added a commit that referenced this pull request Oct 20, 2015
#427 Visual Studio locks up when I create project from Existing Node.js
@mousetraps mousetraps merged commit cac24a7 into microsoft:master Oct 20, 2015
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.

Visual studio locks up when I create project from Existing Node.js Source

2 participants