13 lines
399 B
JSON
13 lines
399 B
JSON
{
|
|
"id": "unreal",
|
|
"name": "Unreal Engine Tools",
|
|
"version": "1.0.0",
|
|
"author": "Exbyte Studios",
|
|
"description": "Build the game (.sln / UnrealBuildTool) and tail the Unreal editor log. Enable this on Unreal Engine projects.",
|
|
"entry": "index.js",
|
|
"minAppVersion": "0.3.6",
|
|
"permissions": ["ue"],
|
|
"defaultEnabled": true,
|
|
"contributes": { "menu": true, "views": ["unreal-log"] }
|
|
}
|