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

Commit a286326

Browse files
committed
fix: specify as able to lint on changes
This was switched in #41, but no reasoning was given. Since it appears the server handles this we should re-enable it. Fixes #48.
1 parent 11c2dde commit a286326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function provideLinter() {
6464
return {
6565
name: 'Julia',
6666
scope: 'file',
67-
lintsOnChange: false,
67+
lintsOnChange: true,
6868
grammarScopes: ['source.julia'],
6969
async lint(textEditor: Object) {
7070
if (!spawnedServer) {

0 commit comments

Comments
 (0)