Skip to content

Commit b6ceb86

Browse files
committed
fix: disable checkAllFilesOnSave
1 parent 8a63f89 commit b6ceb86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/typescript.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
export function setupTypeScript() {
33
// use atom-typescript for javascript
44
atom.config.set("atom-typescript.allowJS", true)
5+
// disable check files which slows down Atom
6+
atom.config.set("atom-typescript.checkAllFilesOnSave", false)
57
// activate atom-typescript
68
atom.commands.dispatch(atom.workspace.getElement(), "typescript:activate")
79
}

0 commit comments

Comments
 (0)