TypeScript File, Json File, and LESS File are strange.
Expected Behavior
Get Icons that say "JS" or "TS" on them.
Actual Behavior

Microsoft Visual Studio Enterprise 2017 Int Preview
Version 15.2 (26424.2-Preview) d15rel Internal Preview - Dogfood
VisualStudio.15.IntPreview/15.2.0-Preview+26424.2.d15rel
Microsoft .NET Framework
Version 4.6.01586
JavaScript Language Service 2.0
JavaScript Language Service
JavaScript Project System 2.0
JavaScript Project System
Node.js Tools 1.3.50417.1
Adds support for developing and debugging Node.js apps in Visual Studio
TypeScript 2.2.0.0
TypeScript tools for Visual Studio
Steps to Reproduce
cd c:\
mkdir temp
cd temp
npm install express-generator -g
express --view=pug myapp
cd myapp
npm install
- Start VS
Ctrl+Shift+N (Create new project)
- Templates -> JavaScript -> From Existing Node.js code
- Click
OK
- Pick folder containing Node.js code:
c:\temp\myapp
Alt-F (Finish)
- In solution explorer, Right Click On Project -> Add... -> New Item (
Ctrl+Shift+A)
- Observe icons per above.
TypeScript File, Json File, and LESS File are strange.
Expected Behavior
Get Icons that say "JS" or "TS" on them.
Actual Behavior
Microsoft Visual Studio Enterprise 2017 Int Preview
Version 15.2 (26424.2-Preview) d15rel Internal Preview - Dogfood
VisualStudio.15.IntPreview/15.2.0-Preview+26424.2.d15rel
Microsoft .NET Framework
Version 4.6.01586
JavaScript Language Service 2.0
JavaScript Language Service
JavaScript Project System 2.0
JavaScript Project System
Node.js Tools 1.3.50417.1
Adds support for developing and debugging Node.js apps in Visual Studio
TypeScript 2.2.0.0
TypeScript tools for Visual Studio
Steps to Reproduce
Ctrl+Shift+N(Create new project)OKc:\temp\myappAlt-F(Finish)Ctrl+Shift+A)