File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <_LastSelectedProfileId >F:\git\fvim\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId >
5- <ActiveDebugProfile >norc </ActiveDebugProfile >
5+ <ActiveDebugProfile >fvim </ActiveDebugProfile >
66 </PropertyGroup >
77 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
88 <DebuggerFlavor >ProjectDebugger</DebuggerFlavor >
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ let private win32RegisterFileAssociation() =
8181 _ edit.SetValue( " " , " Open with FVim" )
8282 _ edit.SetValue( " Icon" , fvicon)
8383 use command = _ edit.CreateSubKey( " command" )
84- command.SetValue( " " , $" {exe}\" \" %%1\" " )
84+ command.SetValue( " " , $" \" {exe}\" \" %%1\" " )
8585
8686 // https://docs.microsoft.com/en-us/windows/desktop/shell/app-registration
8787 do
You can’t perform that action at this time.
0 commit comments