267: Fix the extend keybinding r=DJMcNab a=DJMcNab

Make the extend selection keybinding less annoying for users not used to Injelli-J (myself included). Also fixes a minor style issue and runs `npm update`.

Co-authored-by: DJMcNab <36049421+djmcnab@users.noreply.github.com>
This commit is contained in:
bors[bot] 2018-12-09 09:09:07 +00:00
commit 904438e993
5 changed files with 808 additions and 734 deletions

View file

@ -127,10 +127,7 @@ fn install_code_extension() -> Result<()> {
} else {
run(r"npm install", "./editors/code")?;
}
run(
r"node ./node_modules/vsce/out/vsce package",
"./editors/code",
)?;
run(r"npm run package", "./editors/code")?;
if cfg!(windows) {
run(
r"cmd.exe /c code.cmd --install-extension ./ra-lsp-0.0.1.vsix",