2.0.21
[2.0.21] - 2023-09-05
Integration:
- Only disable the legacy
com.unity.ide.vscode
package going forward. - Fix json parsing issues with specific non-UTF code pages.
Project generation:
- Target
netstandard2.1
instead ofnetstandard2.0
. - Set
defaultSolution
insettings.json
. - Remove
files.exclude
entries for rootcsproj
andsln
files insettings.json
when needed. - Add
vstuc
launch configuration tolaunch.json
when needed. - Add
visualstudiotoolsforunity.vstuc
entry toextensions.json
when needed. - You can prevent the package from patching those configuration files by creating a
.vscode/.vstupatchdisable
file.