Commit graph

  • ead5486374
    improve import cycle diagnostic (very cool now) and improve some code boundaries rust/lsp-tower Noah Santschi-Cooney 2023-03-11 21:29:31 +00:00
  • b604140abc
    use geforcelegend's glsl grammar instead (much better) Noah Santschi-Cooney 2023-03-05 16:55:34 +00:00
  • e13f396268
    first iteration of handling file deletes yeehaw Noah Santschi-Cooney 2023-03-04 22:02:53 +00:00
  • 082f13a86b
    Merge 4d19189ecd into 85cbb6d81e dependabot[bot] 2023-03-04 02:40:15 +00:00
  • 4d19189ecd
    Bump minimist from 1.2.5 to 1.2.8 dependabot/npm_and_yarn/minimist-1.2.8 dependabot[bot] 2023-03-04 02:40:13 +00:00
  • fd3c218559
    Merge 223d1db6d3 into 85cbb6d81e dependabot[bot] 2023-02-12 16:33:04 +00:00
  • a7c906c56b
    Merge 04214b974e into 85cbb6d81e dependabot[bot] 2023-02-12 16:33:04 +00:00
  • e19bcb2138
    Merge 58967fc9cf into 85cbb6d81e dependabot[bot] 2023-02-12 16:32:56 +00:00
  • 85cbb6d81e
    release 0.9.9 rust-rewrite 0.9.9 Noah Santschi-Cooney 2023-02-12 16:32:38 +00:00
  • 04214b974e
    Bump minimatch from 3.0.4 to 3.1.2 in /client dependabot/npm_and_yarn/client/minimatch-3.1.2 dependabot[bot] 2023-02-12 16:01:05 +00:00
  • fb12c9b144
    Merge pull request #47 from GeForceLegend/rust-rewrite Noah S-C 2023-02-12 17:00:24 +01:00
  • 4dd5542355 Fixed icons GeForceLegend 2023-02-05 10:53:28 +08:00
  • 78b6a6ef1d Added highlight support for csh with suffixes GeForceLegend 2023-02-05 09:56:56 +08:00
  • b6da5c97fb Update to latest rust nightly GeForceLegend 2023-02-05 09:54:56 +08:00
  • 223d1db6d3
    Bump bumpalo from 3.9.1 to 3.12.0 in /server dependabot/cargo/server/bumpalo-3.12.0 dependabot[bot] 2023-01-20 23:42:48 +00:00
  • a797d5b378
    reimplemented+simplified switchable server logging Noah Santschi-Cooney 2022-12-01 01:25:45 +00:00
  • e7221304da
    fixed error off-by-one once and for all, and more restructuring+a load more to go until Im happy with it (aka never) Noah Santschi-Cooney 2022-11-27 18:08:53 +00:00
  • d1d1e2377b
    Merge pull request #43 from TLATER/tlater/fix-eglot-crash Noah S-C 2022-08-18 00:52:05 -07:00
  • 05e52fc8d0
    Fix crashes when run with eglot as a client Tristan Daniël Maat 2022-08-18 04:09:50 +01:00
  • 786e09bdcf
    wip: restructure Noah Santschi-Cooney 2022-08-14 12:13:20 +01:00
  • 83c86aeff2
    Merge pull request #42 from BalintCsala/top_level_check Noah S-C 2022-04-29 20:11:06 +01:00
  • 0768abb122 Replaced slash conversion with lib function Bálint 2022-04-29 19:02:15 +02:00
  • 2c2dbfb3e3 Merge branch 'top_level_check' of https://github.com/BalintCsala/mcshader-lsp into top_level_check Bálint 2022-04-29 08:08:20 +02:00
  • f8cc2eed22 Fixed issue with modded worlds Bálint 2022-04-29 08:04:34 +02:00
  • c737409fde Doesn't detect vsh files yet Bálint 2022-04-29 08:04:34 +02:00
  • d8d77ac600
    release 0.9.8 0.9.8 Noah Santschi-Cooney 2022-04-24 22:38:20 +01:00
  • 941822c5c7
    hardcode top-level file set Noah Santschi-Cooney 2022-04-24 22:17:20 +01:00
  • 3b568ea087
    fix dfs iterator when same file imported multiple times into another Noah Santschi-Cooney 2022-04-24 22:16:45 +01:00
  • 27d1d7b34e
    fix nvidia diagnostics line offset, once and for all (hopefully) Noah Santschi-Cooney 2022-04-24 21:53:21 +01:00
  • 3c58af95fa
    fix logo images because gitattributes treated them as text Noah Santschi-Cooney 2022-04-24 00:55:43 +01:00
  • f45e1a4b87
    v0.9.7: the real 0.9.6 0.9.7 Noah Santschi-Cooney 2022-04-24 00:05:13 +01:00
  • d43bfec582
    v0.9.6: now with fixed CI v0.9.6 Noah Santschi-Cooney 2022-04-23 23:15:45 +01:00
  • ea8d44ef50
    Bump minimist from 1.2.5 to 1.2.6 dependabot[bot] 2022-04-23 21:35:14 +00:00
  • a7cbaa198b
    v0.9.6 Noah Santschi-Cooney 2022-04-23 22:33:21 +01:00
  • fecc41168a
    fix include merging for when a file imports another file more than once directly Noah Santschi-Cooney 2022-04-18 01:08:53 +01:00
  • 1529460a5c
    support document symbols request Noah Santschi-Cooney 2022-04-16 00:21:10 +01:00
  • f66f56603a
    implemented file-local go-to-def for variables Noah Santschi-Cooney 2022-04-10 20:54:23 +01:00
  • d8cb0465ef
    implemented file-local find-refs for functions Noah Santschi-Cooney 2022-04-10 00:28:12 +01:00
  • 3b865dfda2
    updated AMD diagnostics regex Noah Santschi-Cooney 2022-04-09 18:11:50 +01:00
  • d3365c3bff
    big heckin reworkerino to use the standard #line directive as per spec Noah Santschi-Cooney 2022-04-03 21:31:18 +01:00
  • cb7c9b8b49
    (probably for AMD) enable 'GL_GOOGLE_cpp_style_line_directive' in preamble Noah Santschi-Cooney 2022-03-25 01:30:48 +00:00
  • b4a0636d43
    replace (NodeIndex, Option<NodeIndex>) with FilialTuple globally Noah Santschi-Cooney 2022-03-25 01:29:01 +00:00
  • 9a499d581b
    move tests to their respective files Noah Santschi-Cooney 2022-03-24 22:33:51 +00:00
  • 3957eaed17
    go-to-def for same-file functions from function calls working Noah Santschi-Cooney 2022-03-21 21:58:11 +00:00
  • 616b7cef74
    revert bumping vscode-languageclient, broke restarting Noah Santschi-Cooney 2022-03-20 15:17:32 +00:00
  • d5b0dcffb2
    wip Noah Santschi-Cooney 2022-03-20 01:27:45 +00:00
  • f8dd31ca81
    extract out diagnostics parser. pls submit AMD lint output in github issues Noah Santschi-Cooney 2022-03-19 23:27:33 +00:00
  • d3c0869288
    tree-sitter fun 👀 Noah Santschi-Cooney 2022-03-19 22:58:01 +00:00
  • 86100aa008
    chore: reorganizing lsp commands Noah Santschi-Cooney 2022-03-19 20:26:30 +00:00
  • e001b4a8b1
    fixup client imports Noah Santschi-Cooney 2022-03-18 19:22:17 +00:00
  • 9a9ed21f13
    allow configurable log level Noah Santschi-Cooney 2022-03-18 19:11:48 +00:00
  • ebab8c899a
    formatting and adding a buncha log points Noah Santschi-Cooney 2022-03-18 19:00:42 +00:00
  • 58967fc9cf
    Bump path-parse from 1.0.6 to 1.0.7 in /client dependabot/npm_and_yarn/client/path-parse-1.0.7 dependabot[bot] 2022-03-15 01:03:06 +00:00
  • 7cf009ee61
    added base logging infrastructure, more to come SOON Noah Santschi-Cooney 2022-03-15 00:59:16 +00:00
  • b775bd2cd5
    cargo: bump dependency versions Noah Santschi-Cooney 2022-03-14 23:58:49 +00:00
  • a8f00fe927
    npm: bump dependency versions Noah Santschi-Cooney 2022-03-14 23:12:40 +00:00
  • 79e107b748
    add rustfmt configuration Noah Santschi-Cooney 2022-03-14 23:06:58 +00:00
  • cccb5e25f7
    corporate shilling: add LSIF upload action Noah Santschi-Cooney 2022-03-14 23:04:57 +00:00
  • 6f6c5b7d43
    Bump node-fetch from 2.6.0 to 3.1.1 in /client dependabot[bot] 2022-01-22 10:40:08 +00:00
  • 554777d0da
    allow skipping bootstrap step and expose github actions extension build in CI on every push Noah Santschi-Cooney 2022-01-02 23:20:37 +00:00
  • 5747a9d9b1
    attempt #4 for M1 Mac build: correct artifact path and skip M1 tests because not running on M1 machine Noah Santschi-Cooney 2022-01-02 22:30:24 +00:00
  • 57f4b7924b
    attempt #3 for M1 Mac build: rust toolchains target edition Noah Santschi-Cooney 2022-01-02 22:15:21 +00:00
  • 5fd02b06f4
    attempt #2 for M1 Mac build: correct targets edition Noah Santschi-Cooney 2022-01-02 22:06:28 +00:00
  • 65422c863f
    fix failed compile in 3884126697 Noah Santschi-Cooney 2022-01-02 21:59:44 +00:00
  • 734f0b014b
    attempt #1 for M1 Mac build Noah Santschi-Cooney 2022-01-02 21:57:07 +00:00
  • a04275652f
    Bump path-parse from 1.0.6 to 1.0.7 dependabot[bot] 2021-08-10 18:05:00 +00:00
  • 6d1cab34fe
    Bump glob-parent from 5.1.1 to 5.1.2 dependabot[bot] 2021-06-08 08:30:57 +00:00
  • 59402d0142
    Bump hosted-git-info from 2.8.5 to 2.8.9 dependabot[bot] 2021-05-09 15:50:03 +00:00
  • 1e86a58b1f
    Bump y18n from 4.0.0 to 4.0.1 dependabot[bot] 2021-03-31 14:23:43 +00:00
  • c7d8b02ee3
    fixed all lint warnings Noah Santschi-Cooney 2021-03-05 17:48:55 +00:00
  • db5e5afb26
    compute shader support apparently? not tested pls no bulli Noah Santschi-Cooney 2021-03-05 17:26:51 +00:00
  • b649aeb1f6
    v0.9.5 0.9.5 Noah Santschi-Cooney 2021-02-19 01:23:17 +00:00
  • 248afcd988
    adds custom file association support to filesystem event watcher Noah Santschi-Cooney 2021-02-19 01:11:36 +00:00
  • c854093a96
    changelog Noah Santschi-Cooney 2021-02-19 01:07:57 +00:00
  • 551380a6ed
    fixes merger for when file is merged twice Noah Santschi-Cooney 2021-02-19 01:02:09 +00:00
  • 9a770f69a4
    v0.9.4 0.9.4 Noah Santschi-Cooney 2021-02-13 18:37:27 +00:00
  • 22deb53ecd
    dont add to graph or lint files out-of-tree Noah Santschi-Cooney 2021-02-13 18:28:36 +00:00
  • 3bfa7a2cc4
    stops bootstraping of server when in debug mode Noah Santschi-Cooney 2021-02-13 18:28:09 +00:00
  • 72ea905413
    fixes merger for mixed CRLF/LF projects Noah Santschi-Cooney 2021-02-13 18:27:42 +00:00
  • fabbc68fd7
    v0.9.3 0.9.3 Noah Santschi-Cooney 2021-02-12 13:27:47 +00:00
  • 30bd0dd7f4
    v0.9.2 0.9.2 Noah Santschi-Cooney 2021-02-12 03:23:43 +00:00
  • bbcfe009bb
    v0.9.1 0.9.1 Noah Santschi-Cooney 2021-02-12 01:28:26 +00:00
  • 29d94afc51
    Bump node-fetch from 2.6.0 to 2.6.1 in /client dependabot[bot] 2021-02-12 01:07:42 +00:00
  • 3dfaed7371
    v0.9.0 0.9.0 Noah Santschi-Cooney 2021-02-12 00:53:46 +00:00
  • 35b8667229
    adds support for relative vs absolute include path Noah Santschi-Cooney 2021-02-12 00:52:43 +00:00
  • 41da617c7f
    fixes virtual merged document command not being multiplatform Noah Santschi-Cooney 2021-02-12 00:17:20 +00:00
  • 45bb16e429
    fixes virtual merged document not updating on changes Noah Santschi-Cooney 2021-02-12 00:12:24 +00:00
  • 93e3d4ded2
    preparing for release of pre-1.0.0 Noah Santschi-Cooney 2021-02-09 01:08:45 +00:00
  • 4573dd86fd
    extension release bootstrapping and updating Noah Santschi-Cooney 2021-02-07 02:05:18 +00:00
  • 8fab7bd0f2
    crud clean Noah Santschi-Cooney 2021-02-01 21:05:05 +00:00
  • 72564a0b95
    Updated readme. Dont get too excited Noah Santschi-Cooney 2021-02-02 01:57:32 +00:00
  • a4d1147606 .gitattributes line-endings Noah Santschi-Cooney 2021-02-01 02:57:06 +00:00
  • 7d5a46470b Windows support Noah Santschi-Cooney 2021-02-01 02:37:19 +00:00
  • 539a9fb111
    actions: so macos-11.0 isnt supported... Noah Santschi-Cooney 2021-01-29 23:45:31 +00:00
  • 24f69f92f4
    actions: set working dir Noah Santschi-Cooney 2021-01-29 23:44:22 +00:00
  • d9d44b3e77
    Move to github actions step 2 Noah Santschi-Cooney 2021-01-29 23:41:44 +00:00
  • 51dd25206e
    Move to github actions step 1 Noah Santschi-Cooney 2021-01-29 23:41:12 +00:00
  • e44b10225a
    fix pipeline pls Noah Santschi-Cooney 2021-01-29 23:30:34 +00:00
  • a085f50dd9
    macos not supported? ono Noah Santschi-Cooney 2021-01-29 23:27:17 +00:00
  • 85730a2c52
    bump Noah Santschi-Cooney 2021-01-29 23:26:24 +00:00