This website requires JavaScript.
Explore
Help
Sign in
language-servers
/
mcshader-lsp
Watch
1
Star
0
Fork
You've already forked mcshader-lsp
0
mirror of
https://github.com/Strum355/mcshader-lsp.git
synced
2025-08-03 16:39:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e2d7f8ea3d
mcshader-lsp
/
server
/
src
History
Download ZIP
Download TAR.GZ
Noah Santschi-Cooney
e2d7f8ea3d
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
..
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