SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.3 KiB

4 years ago
  1. # Code Editor Package for Visual Studio Code
  2. ## [1.1.4] - 2020-01-02
  3. Delta project generation, only recompute the csproj files whose script modified.
  4. ## [1.1.3] - 2019-10-22
  5. Exe version of vscode will use Normal ProcessWindowStyle while cmd will use Hidden
  6. ## [1.1.2] - 2019-08-30
  7. Fixing OSX open command arguments
  8. ## [1.1.1] - 2019-08-19
  9. Support for Player Project. Generates specific csproj files containing files, reference, defines,
  10. etc. that will show how the assembly will be compiled for a target platform.
  11. ## [1.1.0] - 2019-08-07
  12. Adds support for choosing extensions to be opened with VSCode. This can be done through the GUI in Preferences.
  13. Avoids opening all extensions after the change in core unity.
  14. ## [1.0.7] - 2019-05-15
  15. Fix various OSX specific issues.
  16. Generate project on load if they are not generated.
  17. Fix path recognition.
  18. ## [1.0.6] - 2019-04-30
  19. Ensure asset database is refreshed when generating csproj and solution files.
  20. ## [1.0.5] - 2019-04-27
  21. Add support for generating all csproj files.
  22. ## [1.0.4] - 2019-04-18
  23. Fix relative package paths.
  24. Fix opening editor on mac.
  25. Add %LOCALAPPDATA%/Programs to the path of install paths.
  26. ## [1.0.3] - 2019-01-01
  27. ### This is the first release of *Unity Package vscode_editor*.
  28. Using the newly created api to integrate Visual Studio Code with Unity.