You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@
125
125
"scope": "resource",
126
126
"type": "string",
127
127
"default": "",
128
-
"description": "An optional URL to override where ghcup checks for HLS-GHC compatibilty list (usually at: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/hls-metadata-0.0.1.json)"
128
+
"description": "An optional URL to override where ghcup checks for HLS-GHC compatibility list (usually at: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/hls-metadata-0.0.1.json)"
129
129
},
130
130
"haskell.metadataURL": {
131
131
"scope": "resource",
@@ -205,7 +205,7 @@
205
205
"scope": "resource",
206
206
"type": "boolean",
207
207
"default": true,
208
-
"description": "Whether to typecheck the entire project on load. It could drive to bad perfomance in large projects."
208
+
"description": "Whether to typecheck the entire project on load. It could drive to bad performance in large projects."
0 commit comments