Commit Graph

611 Commits

Author SHA1 Message Date
Alexandros Naskos
e7f8a8dcd9 zls will now run the package extraction build runner without copying it
in the destination folder. Instead, it will use a specific cache folder
  and run from the default cwd it was run from.
Added build_runner_cache_path to the configuration file.
2021-01-12 13:10:51 +02:00
Auguste Rame
e1ec1ac12d Merge pull request #217 from truemedian/patch-1
fix inStream deprecation
2021-01-10 21:29:19 -05:00
Nameless
966a6068cc fix inStream deprecation 2021-01-10 19:49:21 -06:00
Auguste Rame
25faf150be Merge pull request #216 from katesuyu/update-zinput
Update zinput version
2021-01-10 12:13:28 -05:00
Kate Tsuyu
44c93d5454 update zinput version 2021-01-10 12:02:00 -05:00
Auguste Rame
797c018d57 Merge pull request #215 from vesim987/master
Fix inStream/outStream removal
2021-01-10 10:58:38 -05:00
Auguste Rame
cca4967146 Itty bitty little fix 2021-01-10 10:57:24 -05:00
Vesim
b2e456404c fix inStream/outStream removal 2021-01-10 08:12:11 +01:00
Alexandros Naskos
eefee4759c Fixed compilation for latest zig master 2021-01-07 10:35:36 +02:00
Alexandros Naskos
82d6258ab2 Merge pull request #214 from leecannon/master
Fixed string printing with {s} format specifier
2021-01-05 02:43:56 +02:00
Lee Cannon
2a9edf243d Fixed string printing with {s} format specifier 2021-01-04 17:51:26 +00:00
Alexandros Naskos
f21c371baa Merge pull request #212 from g-w1/setevalbranch
update setevalbranchquota: usize -> u32 for master
2021-01-04 17:48:46 +02:00
g-w1
dffc88a354 update setevalbranchquota: usize -> u32 for master 2021-01-03 15:00:01 -05:00
Alexandros Naskos
d5aa1311ba Merge pull request #205 from g-w1/make_sure_exists
Make sure zig exe exists
2020-12-24 14:06:27 +02:00
Alexandros Naskos
8a43e3e7c6 Merge pull request #206 from g-w1/absolute_check
absolute check
2020-12-24 14:06:19 +02:00
Alexandros Naskos
48cf400070 Merge pull request #210 from SebastianKeller/patch-1
README.md: added nvim-lspconfig configuration
2020-12-24 14:05:59 +02:00
Sebsatian Keller
0ce1ef1ce7 Update README.md
fixed wording
2020-12-24 01:04:45 +01:00
Sebsatian Keller
688028ef16 README.md: added nvim-lspconfig configuration
It took me some time to get nvim-lspconfig working. This example configuration might be useful for others wanting to use nvim-lspconfig.
2020-12-23 21:12:56 +01:00
g-w1
6cf9ae8038 absolute check 2020-12-19 21:24:42 -05:00
g-w1
5b50d98353 make sure exe exists 2020-12-19 21:01:16 -05:00
Alexandros Naskos
aaab68bb9d Merge pull request #203 from antlilja/global-cache-builder
Pass global cache argument to std.build.Builder.create
2020-12-12 19:00:26 +02:00
antlilja
da7ce66910 Pass global cache argument to Builder.create. 2020-12-11 00:38:05 +01:00
Alexandros Naskos
bdcd2a1e85 Merge pull request #198 from aniljava/master
build config incorrectly pulls folder named zig if it appears in PATH variable before zig executable
2020-11-24 12:54:40 +02:00
root
60ad93ca34 Skip folder named zig while searching for zig executable on *nix 2020-11-23 22:20:22 -06:00
root
b208a33286 Skip folder named zig while searching for zig executable on *nix 2020-11-23 22:14:50 -06:00
Alexandros Naskos
ff917c08fd Merge pull request #197 from codemessiah/master
Updated installation instructions
2020-11-22 22:38:38 +02:00
Luke Wilson
d45744afd3 Added screenshots for ZLS for VSCode extension 2020-11-22 14:30:54 -06:00
Luke I. Wilson
01ce8e295b Update build instructions 2020-11-22 14:17:48 -06:00
Luke I. Wilson
353c580090 Update information about installing 2020-11-22 14:09:31 -06:00
Alexandros Naskos
bf4f653bf9 Better zig build config 2020-11-16 00:07:35 +02:00
Alexandros Naskos
67b5adc04e Fix session tests 2020-11-15 22:24:29 +02:00
Alexandros Naskos
78e74743e1 Use zig env to find zig lib path instead of assuming the executable comes from a distribution tarball 2020-11-15 21:32:27 +02:00
Alexandros Naskos
892847d939 Removed workspace specific zls.json support 2020-11-15 20:51:56 +02:00
Alexandros Naskos
6e107e75bb Added Alexandros Naskos to LICENSE 2020-11-15 20:37:46 +02:00
Alexandros Naskos
0bf9602d7b Fixed infinite loop when analyzing variable declarations like const A = A; for semantic token highlighting 2020-11-15 20:37:00 +02:00
Alexandros Naskos
7ac3740c64 Merge pull request #192 from jedisct1/data-update
Update data for zig 0.7.0 and the current master branch
2020-11-15 19:46:15 +02:00
Frank Denis
ccfb18ec54 Update data for zig 0.7.0 and the current master branch 2020-11-15 12:01:33 +01:00
Alexandros Naskos
72f811e8dc Recommend a release-fast build in the README 2020-11-08 18:01:07 +02:00
Alexandros Naskos
0d15ea754e Added --debug-log flag for release mode binaries 2020-11-08 13:40:16 +02:00
Alexandros Naskos
bf7f6cd5e9 Corrected semantic token server provider struct 2020-11-06 15:55:00 +02:00
Alexandros Naskos
f363a1fbdb Fixed session tests 2020-11-06 12:59:21 +02:00
Alexandros Naskos
8e0dc3da19 Fixed incremental document updates 2020-11-06 12:32:21 +02:00
Alexandros Naskos
d877019abe Removed struct, enum, opaque, union token types, added them to token modifiers 2020-11-06 11:03:21 +02:00
Alexandros Naskos
42cbcdf751 Merge branch 'master' of github.com:zigtools/zls 2020-11-06 10:25:12 +02:00
Alexandros Naskos
abcccb5d85 Fixed session tests 2020-11-06 10:24:37 +02:00
Alexandros Naskos
f7eff6632e Cleaned up LSP types, add InitializeResult, no longer use a hardcoded string 2020-11-06 10:08:20 +02:00
Alexandros Naskos
ab9bf89c25 Merge pull request #185 from truemedian/master
Update Github Workflows
2020-11-05 01:17:31 +02:00
Nameless
69bd1903df add: run tests on linux 2020-11-04 17:15:57 -06:00
Nameless
fd08bf1789 add: run CI daily 2020-11-04 17:11:01 -06:00
Alexandros Naskos
996deb45fe Added builtin hover handler 2020-11-05 00:54:47 +02:00