Skip to content

Commit

Permalink
Fixes #1814
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillee committed Jun 10, 2017
1 parent 3aab686 commit e8db0e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@ export async function activate(context: vscode.ExtensionContext) {
});
}

setTimeout(() => {
if (!event.document.isDirty && !event.document.isUntitled) {
handleContentChangedFromDisk(event.document);
}
}, 0);
});

overrideCommand(context, 'type', async (args) => {
Expand Down

0 comments on commit e8db0e7

Please sign in to comment.