You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VSIX installer claims VS2019 is supported, but when you go to install it, it'll tell you the VS2017 editor component is missing, due to a manifest problem.
I tried manually fixing the manifest so the core editor wasn't a pre-req, and the extension then installs just fine. However the extension doesn't work correctly, and the tizen tabs in the project editor, as well as deployment doesn't work.
The text was updated successfully, but these errors were encountered:
Hi @dotMorten ,
Thanks for the feedback. We are working on the same.
Currently the extension is only supported in VS 2017. The documentation is incorrect.
We will work on adding support for VS 2019 shortly.
Please try the same with VS 2017 till then.
The VSIX installer claims VS2019 is supported, but when you go to install it, it'll tell you the VS2017 editor component is missing, due to a manifest problem.
You can see here in the vsix that the manifest is merely requiring all versions from 2017 and up:
https://github.com/Samsung/vs-tools-cps/blob/master/src/Tizen.VisualStudio.VsixSetup/source.extension.vsixmanifest#L11-L13
However, further down it requires the 2017 Editor to be installed:
https://github.com/Samsung/vs-tools-cps/blob/master/src/Tizen.VisualStudio.VsixSetup/source.extension.vsixmanifest#L44
I tried manually fixing the manifest so the core editor wasn't a pre-req, and the extension then installs just fine. However the extension doesn't work correctly, and the tizen tabs in the project editor, as well as deployment doesn't work.
The text was updated successfully, but these errors were encountered: