File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
VisualFSharpFull/Properties Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 66 <VisualStudioInsertionComponent >Microsoft.FSharp</VisualStudioInsertionComponent >
77 <VSRootSuffix >RoslynDev</VSRootSuffix >
88 <VSSDKTargetPlatformRegRootSuffix >$(VSRootSuffix)</VSSDKTargetPlatformRegRootSuffix >
9+ <!-- Path to the locally built F# compiler for use during VSIX debugging -->
10+ <FSharpCompilerPathForDebuggingLocally >$(ArtifactsDir)bin\fscAnyCpu\$(Configuration)\net472\</FSharpCompilerPathForDebuggingLocally >
911 <CreateVsixContainer >true</CreateVsixContainer >
1012 <PublishUrl >publish\</PublishUrl >
1113 <Install >true</Install >
Original file line number Diff line number Diff line change 33 "VisualFSharpDebug" : {
44 "commandName" : " Executable" ,
55 "executablePath" : " $(DevEnvDir)devenv.exe" ,
6- "commandLineArgs" : " /rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log"
6+ "commandLineArgs" : " /rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log" ,
7+ "environmentVariables" : {
8+ "FSharpCompilerPath" : " $(FSharpCompilerPathForDebuggingLocally)" ,
9+ "DisableAutoSetFscCompilerPath" : " true" ,
10+ "FSharpPreferNetFrameworkTools" : " true" ,
11+ "FSharp_Shim_Present" : " true" ,
12+ "FSharpPreferAnyCpuTools" : " true" ,
13+ "Fsc_NetFramework_ToolPath" : " $(FSharpCompilerPathForDebuggingLocally)" ,
14+ "Fsc_NetFramework_AnyCpu_ToolExe" : " fscAnyCpu.exe"
15+ }
716 }
817 }
918}
You can’t perform that action at this time.
0 commit comments