Files
UnrealEngineUWP/Engine/Plugins/Developer/VisualStudioCodeSourceCodeAccess/VisualStudioCodeSourceCodeAccess.uplugin
Ben Marsh d832dacf48 Merging //UE4/Release-4.18 @ CL 3709383 to Release-Staging-4.18 (//UE4/Release-Staging-4.18)
#rb none
#jira

[CL 3715930 by Ben Marsh in Staging-4.18 branch]
2017-10-24 10:14:07 -04:00

33 lines
677 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Visual Studio Code Integration",
"Description" : "Allows access to source code in Visual Studio Code.",
"Category" : "Programming",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "VisualStudioCodeSourceCodeAccess",
"Type" : "Developer",
"LoadingPhase" : "Default",
"WhitelistPlatforms" :
[
"Win64",
"Win32",
"Linux",
"Mac"
]
}
]
}