Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
fix: specify as able to lint on changes
Browse files Browse the repository at this point in the history
This was switched in #41, but no reasoning was given. Since it appears 
the server handles this we should re-enable it.

Fixes #48.
  • Loading branch information
Arcanemagus committed Feb 19, 2019
1 parent 11c2dde commit b0378d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function provideLinter() {
return {
name: 'Julia',
scope: 'file',
lintsOnChange: false,
lintsOnChange: true,
grammarScopes: ['source.julia'],
async lint(textEditor: Object) {
if (!spawnedServer) {
Expand Down

0 comments on commit b0378d8

Please sign in to comment.