dotBunny / VSCode

Unity Visual Studio Code Integration
MIT License
673 stars 180 forks source link

'PreferenceItem' is obsolete: '[PreferenceItem] is deprecated. Use [SettingsProvider] instead. #170

Open Edrian-Jose opened 5 years ago

Edrian-Jose commented 5 years ago

https://github.com/dotBunny/VSCode/blob/94e5a9b436cf70e85bc230247b288e8297fcc001/Plugins/Editor/VSCode.cs#L814

I got a warning in Unity 2019.1.12f1 saying that Assets\VSCode\Plugins\Editor\VSCode.cs(814,10): warning CS0618: 'PreferenceItem' is obsolete: '[PreferenceItem] is deprecated. Use [SettingsProvider] instead.'

Coldes0 commented 5 years ago

Also got this warning when I installed, though it seemed to work fine, didn't experiment too much with it, hope they look into this

BrBarry commented 5 years ago

you need to install the .NET Framework 4.7.1 Developer Pack, and it must be this one, not earlier or later, else you still get errors.

engrish555 commented 4 years ago

Issue present in 2019.4 LTS - Mac OS

ghost commented 4 years ago

Issue present in 2020.08.07 - Windows 10 Maybe everybody just decided to ignore the warnings.