From 3fc5e7ecb45b3bac745d05bac789dd66f2f7ffe3 Mon Sep 17 00:00:00 2001 From: Unity Technologies <@unity> Date: Tue, 1 Jan 2019 00:00:00 +0000 Subject: [PATCH] com.unity.ide.visualstudio@1.0.3 ## [1.0.3] - 2019-01-01 ### This is the first release of *Unity Package visualstudio_editor*. Using the newly created api to integrate Visual Studio with Unity. --- CHANGELOG.md | 2 +- Editor/VSEditor.cs | 1 - package.json | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8aead..b7f38a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Code Editor Package for Visual Studio -## [1.0.2] - 2019-01-01 +## [1.0.3] - 2019-01-01 ### This is the first release of *Unity Package visualstudio_editor*. diff --git a/Editor/VSEditor.cs b/Editor/VSEditor.cs index 7dfca37..0fdd71c 100644 --- a/Editor/VSEditor.cs +++ b/Editor/VSEditor.cs @@ -358,7 +358,6 @@ namespace VisualStudioEditor public void Initialize(string editorInstallationPath) { - CreateIfDoesntExist(); m_Initiliazer.Initialize(editorInstallationPath, InstalledVisualStudios); } diff --git a/package.json b/package.json index 893ed27..7fab9fd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.unity.ide.visualstudio", "displayName": "Visual Studio Editor", "description": "Code editor integration for supporting Visual Studio as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.", - "version": "1.0.2", + "version": "1.0.3", "unity": "2019.2", "unityRelease": "0a7", "dependencies": {}, @@ -12,6 +12,6 @@ "repository": { "type": "git", "url": "git@github.cds.internal.unity3d.com:unity/com.unity.ide.visualstudio.git", - "revision": "34da9a734db5b16dfe722ac5371dac8c09099597" + "revision": "073e1c76ae2fa95ff86200e26e9d59f2ebcd2527" } }