Visual Studio - project shows up as “Miscellaneous Files”

后端 未结 13 1903
走了就别回头了
走了就别回头了 2020-12-01 11:50

This is a weird one. I have a C# Class Library project within my solution. If I open a .cs file within this project, the Project drop-down on the c

13条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 12:20

    Due to TypeScript, check that your file matches to pattern, specified in tsconfig.json file in "include" section. If .ts file not inculded by tsconfig, then intellicense will show it as Miscellaneous.

提交回复
热议问题