Initial support for modules

This commit is contained in:
2018-12-14 17:55:09 +01:00
parent 214e2259b2
commit 856a2cacc4
8 changed files with 30 additions and 10 deletions

View File

@@ -38,6 +38,11 @@
"type": "number",
"default": 100,
"description": "Controls the maximum number of problems produced by the server."
},
"upsilonLanguageServer.moduleDirectory": {
"type": "string",
"default": "./modules",
"description": "The relative path from the workspace where the modules can be found."
}
}
}