Skip to content

Conversation

@RyanCavanaugh
Copy link
Member

Fixes internal bug 374959


Create a Node.js app from the Basic Node.js Express 4 Application.
Add a new folder to the solution.
Add a new TypeScript file to the folder.
Enter some code.
Compile.
Delete the folder.
Compile.

Expected: compilation succeeds.
Actual:

Severity Code Description Project File Line Suppression State
Error Build:File 'C:/Users/USER/documents/visual studio 2017/Projects/ExpressApp1/ExpressApp1/stuff/stuff.ts' not found. ExpressApp1 tsc 0

The project file still contains this after deleting the folder:

@msftclas
Copy link

Hi @RyanCavanaugh, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor (Ryan Cavanaugh). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

Copy link
Contributor

@paulvanbrenk paulvanbrenk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

// When we don't call this it behaves properly also in Solution Explorer search result set
// Notify hierarchy event listeners that items have been invalidated
//ProjectMgr.OnInvalidateItems(this);
ProjectMgr.OnInvalidateItems(this);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change required, can you update the comment?

@RyanCavanaugh RyanCavanaugh merged commit 30697ee into microsoft:master Feb 2, 2017
@RyanCavanaugh RyanCavanaugh deleted the RemoveFolder branch February 2, 2017 00:36
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.

3 participants