You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-16 07:20:06 +00:00
com.unity.ide.visualstudio@2.0.20
## [2.0.20] - 2023-06-27 Integration: - Internal API refactoring. ## [2.0.19] - 2023-06-14 Integration: - Add support for Visual Studio Code. Project generation: - Add support for Sdk Style poject generation. - Fix an issue related to missing properties with 2021.3.
This commit is contained in:
@@ -41,6 +41,12 @@ namespace Microsoft.Unity.VisualStudio.Editor
|
||||
public string ProjectGenerationRootNamespace => EditorSettings.projectGenerationRootNamespace;
|
||||
|
||||
public ProjectGenerationFlag ProjectGenerationFlag
|
||||
{
|
||||
get { return ProjectGenerationFlagImpl; }
|
||||
private set { ProjectGenerationFlagImpl = value;}
|
||||
}
|
||||
|
||||
internal virtual ProjectGenerationFlag ProjectGenerationFlagImpl
|
||||
{
|
||||
get => m_ProjectGenerationFlag;
|
||||
private set
|
||||
|
||||
Reference in New Issue
Block a user