Commit graph

15 commits

Author SHA1 Message Date
Jakub Panek
9acabdf72e
Clean-up deps, fix vscode ext, refactor linter (#697)
* replace `atty` with std::io::IsTerminal; MSRV 1.70

* Hide linter behind feature, enabled by default

- make `lint` subcommand a feature-gated, enabled
  by default; only available to build, it will not
  be distributed by default, if it introduces a
  regression, it will be reverted; closes #694

- clean-up code a bit, make `lsp` subcommand fail
  properly as no subcommand found since the errors
  are swallowed somewhere before reaching stderr

- remove references to `reqwest::Url`, use
  `url::Url` exclusively

* update rustls

* update wasm-bindgen

* update indexmap

* fix wasm panic in vscode extension
2024-11-04 17:25:08 +01:00
tamasfe
25d9a4c2c4 chore: refactor and cleanup 2022-03-26 23:19:49 +01:00
Ferenc Tamás
d9ff6b3052 chore: added lsp build script 2021-04-02 14:49:01 +02:00
Ferenc Tamás
2f3411369f feat(schema): include schemas from schemastore.org 2020-12-28 20:08:28 +01:00
Ferenc Tamás
ae12781113 chore: site updates 2020-12-28 01:43:29 +01:00
Ferenc Tamás
d9090137bd chore: added schema repo script 2020-12-28 00:26:44 +01:00
Ferenc Tamás
40ffe25357 chore: update scripts 2020-11-06 22:29:39 +01:00
Ferenc Tamás
06ee3bce51 chore: updated documentation 2020-11-06 03:15:03 +01:00
Ferenc Tamás
9cd170619d chore: update scripts 2020-11-04 20:05:38 +01:00
Ferenc Tamás
8c935e3cc7 chore: refactor 2020-11-03 23:12:43 +01:00
tamasf97
484886ac0f schema-related progress 2020-06-24 01:56:50 +02:00
tamasf97
9e78232199 updated scripts 2020-06-21 23:38:29 +02:00
tamasf97
3ad97d54cd added dev script for convenience 2020-05-24 16:52:36 +02:00
tamasf97
03f1b855a1 vscode extension updates 2020-05-24 01:40:59 +02:00
tamasf97
341858fd5f Initial commit 2020-05-24 00:07:18 +02:00