Skip to content

Commit

Permalink
Specify item type for arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jul 26, 2024
1 parent 2fdb1d8 commit 43f2e37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,17 @@
},
"curry.languageServer.importPaths": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"description": "Directories for the Curry compiler to search in for imports."
},
"curry.languageServer.libraryPaths": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"description": "Directories for the Curry compiler to search in for libraries."
},
Expand Down

0 comments on commit 43f2e37

Please sign in to comment.