mcshader-lsp/server/src
2018-07-31 20:57:23 +01:00
..
completionProvider.ts Some basic completion provider. Need to go through all the options and tweak them 2018-06-04 20:25:57 +01:00
config.ts Probably the last time i need to revise checking if binary exists. Bit annoying that windows returns 1 if it doesnt exist 2018-07-24 23:05:59 +01:00
graph.ts Fixed line numbers for diagnostics. Also added a starter graph class so that i can traverse the include tree 2018-07-31 20:57:23 +01:00
linter.ts Fixed line numbers for diagnostics. Also added a starter graph class so that i can traverse the include tree 2018-07-31 20:57:23 +01:00
server.ts Fixed #11, turns out i wasnt accounting for adding in the include directive, hence errors were oneline off in the top level file 2018-07-26 23:17:34 +01:00
utils.ts Linting of all currently discovered files that contain the edited include at some depth is pretty much working! Issue #11 highlights the blocking bug 2018-07-25 00:43:07 +01:00