blob: 6302846fcb9027e5ce108b5e211e8c13069d67bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# 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.
|