Skip to content

Commit

Permalink
Work on #14
Browse files Browse the repository at this point in the history
- Added LanguageType to config w/ enum values for MVON, jBASE, UniVerse, OpenQM
- Re-org'd and refactored language server code
- Added handler for loading language definition based on config type
  • Loading branch information
itsxallwater committed Nov 26, 2019
1 parent eb31dc0 commit 2402ede
Show file tree
Hide file tree
Showing 2 changed files with 1,110 additions and 901 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,18 @@
],
"default": "off",
"description": "Traces the communication between VSCode and the language server."
},
"MVBasic.languageType": {
"scope": "resource",
"type": "string",
"default": "MVON",
"enum": [
"MVON",
"jBASE",
"UniVerse",
"OpenQM"
],
"description": "The flavor of PICK you are programming against, i.e. MVON, D3, jBASE."
}
}
}
Expand Down
Loading

0 comments on commit 2402ede

Please sign in to comment.