package.json 696 B

12345678910111213141516171819
  1. {
  2. "name": "com.unity.ide.vscode",
  3. "displayName": "Visual Studio Code Editor",
  4. "description": "Code editor integration for supporting Visual Studio Code as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
  5. "version": "1.2.3",
  6. "unity": "2019.2",
  7. "unityRelease": "0a12",
  8. "relatedPackages": {
  9. "com.unity.ide.vscode.tests": "1.2.3"
  10. },
  11. "upmCi": {
  12. "footprint": "ab99793db10bad3c377fc6971b0b21989002c495"
  13. },
  14. "repository": {
  15. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.vscode.git",
  16. "type": "git",
  17. "revision": "547f63839bdc87e0aed2c9e0d84f8f6336a83ea3"
  18. }
  19. }