]> git.lizzy.rs Git - rust.git/commit
Add **Copy Run Command Line** command for vscode
authorAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 10 Feb 2021 11:28:13 +0000 (14:28 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 10 Feb 2021 11:37:27 +0000 (14:37 +0300)
commit97166e2ad9307b3f4cca33d2c82149be9eb5a633
tree8632550e4386b11b09deaacb38bf67929fe03f93
parent36465b34b3b7f991ebf85680924acdb809b0494e
Add **Copy Run Command Line** command for vscode

This is useful when you want to, e.g., run a specific test in a terminal
with `--release`.
editors/code/package.json
editors/code/src/commands.ts
editors/code/src/main.ts
editors/code/src/run.ts