madskristensen / AddAnyFile

A Visual Studio extension
Apache License 2.0
262 stars 119 forks source link

Adding Typescript-Files (*.ts) creates file, but doesn't add it to project #43

Open Garios opened 7 years ago

Garios commented 7 years ago

Installed product versions

Description

If I add a typescript file (*.ts) it creates the file, but the file won't be added to project.

madskristensen commented 7 years ago

What type of project does this happen in? ASP.NET Core, UWP, or...?

Garios commented 7 years ago

ASP.NET Core running on .NET Framework

madskristensen commented 7 years ago

ASP.NET Core should automatically just add any file on disk to the project. That's odd