Skip to content

Commit

Permalink
fix: disable checkAllFilesOnSave
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 25, 2020
1 parent 8a63f89 commit b6ceb86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
export function setupTypeScript() {
// use atom-typescript for javascript
atom.config.set("atom-typescript.allowJS", true)
// disable check files which slows down Atom
atom.config.set("atom-typescript.checkAllFilesOnSave", false)
// activate atom-typescript
atom.commands.dispatch(atom.workspace.getElement(), "typescript:activate")
}

0 comments on commit b6ceb86

Please sign in to comment.