Noah Santschi-Cooney
85cbb6d81e
release 0.9.9
2023-02-12 16:32:38 +00:00
GeForceLegend
78b6a6ef1d
Added highlight support for csh with suffixes
...
Compute shader with _a to _z suffix can get highlighted now
2023-02-05 09:56:56 +08:00
GeForceLegend
b6da5c97fb
Update to latest rust nightly
...
I'm not sure if these 2 packages are same since I can't find any document direct to std::lazy::OnceCell
2023-02-05 09:54:56 +08:00
Tristan Daniël Maat
05e52fc8d0
Fix crashes when run with eglot as a client
...
This just handles ConfigurationDidChange events in which the "mcglsl"
key wasn't set without crashing, by ignoring them; if the
configuration changed, but none of our configuration changed, there's
nothing we need to update.
Obviously there is still a lot that can go wrong here, but this allows
running the language server with https://github.com/joaotavora/eglot ,
as that language server sends a ConfigurationDidChange on startup if
any configuration is set (including for other language servers).
2022-08-18 04:14:36 +01:00
Bálint
0768abb122
Replaced slash conversion with lib function
2022-04-29 19:02:15 +02:00
Bálint
f8cc2eed22
Fixed issue with modded worlds
2022-04-29 08:07:52 +02:00
Noah Santschi-Cooney
d8d77ac600
release 0.9.8
2022-04-24 22:38:20 +01:00
Noah Santschi-Cooney
941822c5c7
hardcode top-level file set
...
avoids unimported non-toplevel fsh/vsh/etc files being treated as toplevel
2022-04-24 22:17:20 +01:00
Noah Santschi-Cooney
3b568ea087
fix dfs iterator when same file imported multiple times into another
2022-04-24 22:16:45 +01:00
Noah Santschi-Cooney
27d1d7b34e
fix nvidia diagnostics line offset, once and for all (hopefully)
2022-04-24 21:53:21 +01:00
Noah Santschi-Cooney
f45e1a4b87
v0.9.7: the real 0.9.6
2022-04-24 00:05:13 +01:00
Noah Santschi-Cooney
a7cbaa198b
v0.9.6
2022-04-23 22:33:21 +01:00
Noah Santschi-Cooney
fecc41168a
fix include merging for when a file imports another file more than once directly
2022-04-18 01:08:53 +01:00
Noah Santschi-Cooney
1529460a5c
support document symbols request
2022-04-16 00:21:10 +01:00
Noah Santschi-Cooney
f66f56603a
implemented file-local go-to-def for variables
2022-04-10 20:54:23 +01:00
Noah Santschi-Cooney
d8cb0465ef
implemented file-local find-refs for functions
2022-04-10 00:28:12 +01:00
Noah Santschi-Cooney
3b865dfda2
updated AMD diagnostics regex
2022-04-09 18:11:50 +01:00
Noah Santschi-Cooney
d3365c3bff
big heckin reworkerino to use the standard #line directive as per spec
2022-04-03 21:31:18 +01:00