No Description
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.

package.json 1.4KB

123456789101112131415161718192021222324252627
  1. {
  2. "name": "com.unity.ide.visualstudio",
  3. "displayName": "Visual Studio Editor",
  4. "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.",
  5. "version": "2.0.22",
  6. "unity": "2019.4",
  7. "unityRelease": "25f1",
  8. "dependencies": {
  9. "com.unity.test-framework": "1.1.9"
  10. },
  11. "relatedPackages": {
  12. "com.unity.ide.visualstudio.tests": "2.0.22"
  13. },
  14. "_upm": {
  15. "changelog": "Integration:\n\n- Add support for `XDG_DATA_DIRS` and `.desktop` files on Linux for `VS Code` discovery.\n- Use compile-time platform-specifics instead of using runtime conditions.\n\nProject generation:\n\n- Suppress `USG0001` warnings.\n- Mark referenced assemblies as private (to not copy extra files to output directory when building).\n- Add Unity capability to SDK-Style projects.\n- Prevent circular dependency errors with SDK-Style projects."
  16. },
  17. "upmCi": {
  18. "footprint": "0b7347d4363afca9be389b61f0e25489ae3995b8"
  19. },
  20. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.ide.visualstudio@2.0/manual/index.html",
  21. "repository": {
  22. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
  23. "type": "git",
  24. "revision": "700b44077345e97d37d464ff25507638983aed64"
  25. },
  26. "_fingerprint": "8140e851d83e922ca2021b04a89519de94ebe38c"
  27. }