Skip to content

Commit 8855a26

Browse files
committed
chore(settings): disable linter initialisation
1 parent 1c388fa commit 8855a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
},
252252
"fortran.linter.initialize": {
253253
"type": "boolean",
254-
"default": true,
254+
"default": false,
255255
"markdownDescription": "Attempt to initialize the linter by mock-compiling all files in the workspace.",
256256
"order": 5
257257
},

0 commit comments

Comments
 (0)