Skip to content

Commit

Permalink
chore(settings): disable linter initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed May 6, 2024
1 parent 1c388fa commit 8855a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
},
"fortran.linter.initialize": {
"type": "boolean",
"default": true,
"default": false,
"markdownDescription": "Attempt to initialize the linter by mock-compiling all files in the workspace.",
"order": 5
},
Expand Down

0 comments on commit 8855a26

Please sign in to comment.