Files
UnrealEngineUWP/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/VisualStudioSourceCodeAccess.uplugin
joe pribele e7570fba80 fix forVisualStudioSourceCodeAccess being used on non windows platforms
#preflight 645424fd4c3ec54e6e0bcd22
#preflight 6454370ed77a82d6a734d8dd

[CL 25345352 by joe pribele in ue5-main branch]
2023-05-04 19:13:44 -04:00

32 lines
798 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Visual Studio Integration",
"Description" : "Allows access to source code in Visual Studio.",
"Category" : "Programming",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"SupportedPrograms": [ "UnrealFrontend", "UnrealInsights" ],
"SupportedTargetPlatforms": [ "Win64" ],
"Modules" :
[
{
"Name" : "VisualStudioSourceCodeAccess",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default",
"PlatformAllowList" :
[
"Win64",
],
"ProgramAllowList" : [ "UnrealFrontend", "UnrealInsights" ]
}
]
}