com.unity.ide.visualstudio@2.0.2

## [2.0.2] - 2020-05-27

Added support for solution folders.
Only bind the messenger when the VS editor is selected.
Warn when unable to create the messenger.
Fixed an initialization issue triggering legacy code generation.
Allow package source in assembly to be generated when referenced from asmref.
This commit is contained in:
Unity Technologies
2020-05-27 00:00:00 +00:00
parent ad189f9be4
commit fc2dc75d11
7 changed files with 67 additions and 20 deletions

View File

@@ -46,6 +46,14 @@ namespace Microsoft.Unity.VisualStudio.Editor
CodeEditor.Register(new VisualStudioEditor());
}
internal static bool IsEnabled
{
get
{
return CodeEditor.CurrentEditor is VisualStudioEditor;
}
}
public void CreateIfDoesntExist()
{
if (!_generator.HasSolutionBeenGenerated())