You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-19 09:10:09 +00:00
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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Code Editor Package for Visual Studio
|
# 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*.
|
### This is the first release of *Unity Package visualstudio_editor*.
|
||||||
|
|
||||||
|
|||||||
@@ -358,7 +358,6 @@ namespace VisualStudioEditor
|
|||||||
|
|
||||||
public void Initialize(string editorInstallationPath)
|
public void Initialize(string editorInstallationPath)
|
||||||
{
|
{
|
||||||
CreateIfDoesntExist();
|
|
||||||
m_Initiliazer.Initialize(editorInstallationPath, InstalledVisualStudios);
|
m_Initiliazer.Initialize(editorInstallationPath, InstalledVisualStudios);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "com.unity.ide.visualstudio",
|
"name": "com.unity.ide.visualstudio",
|
||||||
"displayName": "Visual Studio Editor",
|
"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.",
|
"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",
|
"unity": "2019.2",
|
||||||
"unityRelease": "0a7",
|
"unityRelease": "0a7",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
@@ -12,6 +12,6 @@
|
|||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.cds.internal.unity3d.com:unity/com.unity.ide.visualstudio.git",
|
"url": "git@github.cds.internal.unity3d.com:unity/com.unity.ide.visualstudio.git",
|
||||||
"revision": "34da9a734db5b16dfe722ac5371dac8c09099597"
|
"revision": "073e1c76ae2fa95ff86200e26e9d59f2ebcd2527"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user