Skip to content

Commit

Permalink
Remove no longer used delay
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Feb 25, 2025
1 parent 17c8b70 commit 5be7005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/positron-r/src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import * as vscode from 'vscode';
import * as positron from 'positron';
import { PromiseHandles, delay } from './util';
import { PromiseHandles } from './util';
import { checkInstalled } from './session';
import { getRPackageName } from './contexts';
import { getRPackageTasks } from './tasks';
Expand Down

0 comments on commit 5be7005

Please sign in to comment.