From 2d350b15a4030c3345ecb21381d20de99c44a6a7 Mon Sep 17 00:00:00 2001 From: Mike Nisbet Date: Fri, 25 Aug 2023 09:28:12 +0100 Subject: [PATCH] Remove old vscode package (#507) Unity has officially deprecated this package and associated plugin, but Microsoft has created their own plugin that piggybacks off the general visual studio package. --- Packages/manifest.json | 3 +-- Packages/packages-lock.json | 9 +-------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index 8036f46e3e..7782967d5f 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -8,8 +8,7 @@ "com.unity.editorcoroutines": "1.0.0", "com.unity.formats.usd": "1.0.3-preview.2", "com.unity.ide.rider": "3.0.18", - "com.unity.ide.visualstudio": "2.0.17", - "com.unity.ide.vscode": "1.2.5", + "com.unity.ide.visualstudio": "2.0.20", "com.unity.inputsystem": "https://github.com/icosa-mirror/com.unity.inputsystem.git#open-brush", "com.unity.localization": "1.4.2", "com.unity.mobile.android-logcat": "1.3.2", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 1fdc0c6843..b5bdc34c86 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -100,7 +100,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.17", + "version": "2.0.20", "depth": 0, "source": "registry", "dependencies": { @@ -108,13 +108,6 @@ }, "url": "https://packages.unity.com" }, - "com.unity.ide.vscode": { - "version": "1.2.5", - "depth": 0, - "source": "registry", - "dependencies": {}, - "url": "https://packages.unity.com" - }, "com.unity.inputsystem": { "version": "https://github.com/icosa-mirror/com.unity.inputsystem.git#open-brush", "depth": 0,