summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.ide.vscode@1.1.4/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-20 23:40:50 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-20 23:40:50 -0400
commit3af4c218c0e70167db23a6303d2af30aff37d2fe (patch)
tree927f29edcf54ab562f40f3d1c6cb69287c7f5980 /Library/PackageCache/com.unity.ide.vscode@1.1.4/CHANGELOG.md
parentb6daed0af784f4e9bc13329dd87c671b06ee1c65 (diff)
downloadProject-Sandbox-3af4c218c0e70167db23a6303d2af30aff37d2fe.tar.gz
Project-Sandbox-3af4c218c0e70167db23a6303d2af30aff37d2fe.tar.bz2
Project-Sandbox-3af4c218c0e70167db23a6303d2af30aff37d2fe.zip
Removed a bunch of stuff; Changes
Diffstat (limited to 'Library/PackageCache/com.unity.ide.vscode@1.1.4/CHANGELOG.md')
-rw-r--r--Library/PackageCache/com.unity.ide.vscode@1.1.4/CHANGELOG.md55
1 files changed, 0 insertions, 55 deletions
diff --git a/Library/PackageCache/com.unity.ide.vscode@1.1.4/CHANGELOG.md b/Library/PackageCache/com.unity.ide.vscode@1.1.4/CHANGELOG.md
deleted file mode 100644
index 6302846..0000000
--- a/Library/PackageCache/com.unity.ide.vscode@1.1.4/CHANGELOG.md
+++ /dev/null
@@ -1,55 +0,0 @@
-# Code Editor Package for Visual Studio Code
-
-## [1.1.4] - 2020-01-02
-
-Delta project generation, only recompute the csproj files whose script modified.
-
-
-## [1.1.3] - 2019-10-22
-
-Exe version of vscode will use Normal ProcessWindowStyle while cmd will use Hidden
-
-
-## [1.1.2] - 2019-08-30
-
-Fixing OSX open command arguments
-
-
-## [1.1.1] - 2019-08-19
-
-Support for Player Project. Generates specific csproj files containing files, reference, defines,
-etc. that will show how the assembly will be compiled for a target platform.
-
-
-## [1.1.0] - 2019-08-07
-
-Adds support for choosing extensions to be opened with VSCode. This can be done through the GUI in Preferences.
-Avoids opening all extensions after the change in core unity.
-
-
-## [1.0.7] - 2019-05-15
-
-Fix various OSX specific issues.
-Generate project on load if they are not generated.
-Fix path recognition.
-
-
-## [1.0.6] - 2019-04-30
-
-Ensure asset database is refreshed when generating csproj and solution files.
-
-## [1.0.5] - 2019-04-27
-
-Add support for generating all csproj files.
-
-## [1.0.4] - 2019-04-18
-
-Fix relative package paths.
-Fix opening editor on mac.
-Add %LOCALAPPDATA%/Programs to the path of install paths.
-
-## [1.0.3] - 2019-01-01
-
-### This is the first release of *Unity Package vscode_editor*.
-
-Using the newly created api to integrate Visual Studio Code with Unity.