mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Merge #267
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:
commit
904438e993
5 changed files with 808 additions and 734 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue