Skip to content

Commit

Permalink
remove TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinorW committed May 21, 2024
1 parent 74aaf10 commit d513b8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vscode/microsoft-kiota/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ export async function activate(
});
return result;
});
//TODO refresh the kiota workspace
if (result)
{
await exportLogsAndShowErrors(result);
Expand Down Expand Up @@ -385,7 +384,6 @@ export async function activate(
});
return result;
});
//TODO refresh the kiota workspace
if (result)
{
await exportLogsAndShowErrors(result);
Expand Down Expand Up @@ -450,7 +448,6 @@ export async function activate(
vscode.workspace.workspaceFolders && vscode.workspace.workspaceFolders.length > 0 &&
result && getLogEntriesForLevel(result, LogLevel.critical, LogLevel.error).length === 0) {
await openApiTreeProvider.loadLockFile(path.join(vscode.workspace.workspaceFolders[0].uri.fsPath, '.kiota', kiotaWorkspaceFile));
//TODO this will need to be updated to refresh the workspace instead
}
if (result)
{
Expand Down

0 comments on commit d513b8a

Please sign in to comment.