rust/crates
bors[bot] bf9cd6ee30 Merge #617 #618
617: Use npm ci instead of install r=matklad a=h-michael

fix #422

`npm install` is always recreate `package-lock.json`.
So we might use `npm ci` with `install-code`

https://docs.npmjs.com/cli/ci.html#description

618: Add install-lsp subcommand r=matklad a=h-michael

related https://github.com/rust-analyzer/rust-analyzer/pull/617#issuecomment-456914650

Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com>
2019-01-23 19:15:50 +00:00
..
gen_lsp_server Bumpup lsp-types to v0.55.0 2019-01-24 02:47:03 +09:00
ra_arena use arena for sysroot 2019-01-11 00:51:34 +03:00
ra_cli rename TreePtr -> TreeArc 2019-01-11 19:59:06 +03:00
ra_db move SyntaxPtr to ra_syntax 2019-01-23 17:37:10 +03:00
ra_hir drop obsolete comment 2019-01-23 20:45:32 +03:00
ra_ide_api move SyntaxPtr to ra_syntax 2019-01-23 17:37:10 +03:00
ra_ide_api_light ⬆️ insta 2019-01-23 15:04:38 +03:00
ra_lsp_server Fix target_selection_range type 2019-01-24 02:47:30 +09:00
ra_syntax More correct raw ident handling 2019-01-23 13:57:17 -05:00
ra_text_edit kill text utils 2019-01-08 22:03:13 +03:00
ra_vfs extract area to a crate 2019-01-04 16:58:10 +03:00
test_utils generalize marking infrastructure 2019-01-23 15:36:29 +03:00
thread_worker ⬆️ crossbeam 2018-12-30 23:23:31 +03:00
tools Use npm ci instead of install 2019-01-24 03:23:15 +09:00