fixes
This commit is contained in:
@@ -24,6 +24,8 @@ internal class GitLabRepoWorkspaceFeature() : WorkspaceFeature("origin.gitlab",
|
||||
AppGlobals.Symbols.GetImageSource(AppSymbols.gitlab)))
|
||||
.Result is GitLabRepoWorkspaceConfig settingsNew)
|
||||
context.Workspace = new GitLabRepoWorkspace(settingsNew);
|
||||
else
|
||||
context.Canceled = true;
|
||||
}
|
||||
|
||||
protected override void OnCreate(out IWorkspace workspace, WorkspaceConfig config)
|
||||
|
||||
Reference in New Issue
Block a user