Skip to content

Commit

Permalink
Skip dropping tasks, it is too complex until I have an extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Nov 16, 2023
1 parent ffc3d85 commit 768b26f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GUI/efcpt.7/HostedServices/ScaffoldHostedService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)

var redactedConnectionString = new ConnectionStringResolver(commandOptions.ConnectionString).Redact();

VsCodeTaskHelper.GenerateTaskPayload(commandOptions.ProjectPath, Constants.Version, redactedConnectionString);

var readmePath = Providers.CreateReadme(commandOptions, Constants.CodeGeneration, redactedConnectionString);
var fileUri = new Uri(new Uri("file://"), readmePath);

Expand Down

0 comments on commit 768b26f

Please sign in to comment.