forked from needle-mirror/com.unity.ide.visualstudio
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 701 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "com.hackerzhuli.code",
"displayName": "Visual Studio Code Editor",
"description": "Code editor integration for supporting Visual Studio Code (and its popular forks) as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
"version": "1.6.2",
"unity": "6000.0",
"dependencies": {
"com.unity.test-framework": "1.4.6",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.nuget.mono-cecil": "1.11.4"
},
"documentationUrl": "https://github.com/hackerzhuli/com.hackerzhuli.code",
"repository": {
"url": "https://github.com/hackerzhuli/com.hackerzhuli.code",
"type": "git"
}
}