package.json 696 Bytes
Newer Older
jang dong hyeok's avatar
.    
jang dong hyeok committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "com.unity.ide.vscode",
  "displayName": "Visual Studio Code Editor",
  "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.",
  "version": "1.2.3",
  "unity": "2019.2",
  "unityRelease": "0a12",
  "relatedPackages": {
    "com.unity.ide.vscode.tests": "1.2.3"
  },
  "upmCi": {
    "footprint": "ab99793db10bad3c377fc6971b0b21989002c495"
  },
  "repository": {
    "url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.vscode.git",
    "type": "git",
    "revision": "547f63839bdc87e0aed2c9e0d84f8f6336a83ea3"
  }
}