Skip to content

Commit

Permalink
move main thread task to browser (#70319)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Mar 22, 2019
1 parent 2699f06 commit 72a0f77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import '../browser/mainThreadUrls';
import '../browser/mainThreadWindow';
import '../browser/mainThreadWorkspace';
import './mainThreadComments';
import './mainThreadTask';
import '../browser/mainThreadTask';
import './mainThreadWebview';
import 'vs/workbench/api/node/apiCommands';

Expand Down

0 comments on commit 72a0f77

Please sign in to comment.