-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
22 lines (22 loc) · 842 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.sarpersoher.ide.sublimetext",
"displayName": "Sublime Text Code Editor",
"description": "Code editor integration for supporting Sublime Text as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, generating the sublime-project file with default ignored extensions (e.g. .meta files), etc.",
"version": "1.0.0",
"unity": "2019.2",
"relatedPackages": {
"com.unity.ide.vscode.tests": "1.2.5"
},
"upmCi": {
"footprint": "bc03b7bb076199fbe68649a647d0d32d98af6a0f"
},
"repository": {
"url": "https://github.com/Unity-Technologies/com.unity.ide.vscode.git",
"type": "git",
"revision": "b0740c80bfc2440527c317109f7c3d9100132722"
},
"author": {
"name": "Sarper Soher",
"url": "https://www.sarpersoher.com"
}
}