Chizaruu / com.tsk.ide.vscode

Enhance your Unity development workflow with seamless code editor integration for VSCode.

Home Page:https://openupm.com/packages/com.tsk.ide.vscode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protracted Project Generation

Chizaruu opened this issue · comments

Due to the usage of dotnet restore to rebuild csproj json files within the obj folder for analyzers, project generation build times have increased dramatically.

This isn't good.

So a solution is to ensure that analyzers are only directed towards csproj files that the user regularly manipulates (Assembly-CSharp and custom csproj due to assembly definitions).

This will speed up project generation to an appropriate build time in theory.