vsrs
be9b0609d5
Runnable quick pick with buttons
2020-05-14 13:22:52 +03:00
vsrs
fee0a9fa5a
"rust-analyzer.newDebugConfig" command
2020-05-11 18:04:49 +03:00
vsrs
155f060142
"rust-analyzer.debug" command
2020-05-11 16:06:57 +03:00
vsrs
23f4859166
Add CodeLLDB Rust visualization
2020-05-07 18:53:14 +03:00
vsrs
435a17ecd8
Add separate settings for each debug engine.
2020-05-07 18:35:48 +03:00
vsrs
5426e2927e
Add additional debug options
2020-05-07 17:07:58 +03:00
vsrs
c4ca6e29c2
Uniformed way to get Debug Lens target executable.
2020-05-06 16:06:21 +03:00
vsrs
11e9e4b1fb
Removed unnecessary extraArgs for cargo invocation
2020-04-30 18:53:34 +03:00
vsrs
10836543d6
Fixed tsfmt and eslint errors.
2020-04-30 18:41:48 +03:00
vsrs
eb6f9c23e1
pass Cargo errors to the Debug output channel
2020-04-30 15:25:04 +03:00
vsrs
73a1947d19
MS C++ tools on linux
2020-04-29 16:52:53 +03:00
vsrs
9153e96e88
better configuration enum items
2020-04-29 14:13:57 +03:00
vsrs
042917e6e3
Configuration settings and source maps support
2020-04-29 13:10:42 +03:00
vsrs
48d6e828f1
ms-vscode.cpptools debugger support, initial version.
2020-04-28 17:30:49 +03:00
Aleksey Kladov
7a4ebd2c8d
Remove vscode_lldb setting
2020-04-02 12:56:14 +02:00
Hannes De Valkeneer
e9d025b618
fixup! feat: add debug code lens
...
avoid repetition of `--no-run`
2020-03-12 21:28:26 +01:00
Hannes De Valkeneer
a034257e5e
fixup! feat: add debug code lens
2020-03-12 21:00:40 +01:00
Hannes De Valkeneer
e903fd0d97
feat: add debug code lens
...
Refs #3539
2020-03-11 22:26:47 +01:00
Veetaha
8a8a4d08ef
vscode: migrate runnables to rust-analyzer-api.ts
2020-02-25 00:56:38 +02:00
Aleksey Kladov
cb41ffbbbd
Fix NPEs
2019-12-31 18:50:32 +01:00
Aleksey Kladov
3d008a78d0
Move all commands to ctx
2019-12-30 20:07:04 +01:00
Aleksey Kladov
6b118c9b8d
Refactor runables
2019-12-30 19:58:44 +01:00
Emil Lauridsen
41a1ec723c
Remove cargo-watch from vscode extension.
...
Still keeps tests around for reference when porting them to rust
2019-12-25 17:37:40 +01:00
Tetsuharu OHZEKI
0e9cabab3f
Enable noImplicitReturns option for vscode extension
2019-12-12 01:11:53 +09:00
Tetsuharu OHZEKI
b21bb44c8d
Enable noUnusedParameters option for vscode extension
2019-12-12 00:56:29 +09:00
Laurențiu Nicola
273299693b
Code: enable prettier trailing commas
2019-12-09 21:07:19 +02:00
oxalica
b4fae56a25
Fix format
2019-11-16 18:52:47 +08:00
oxalica
4c175fbe8a
Check exit code of cargo watch
2019-11-16 03:44:38 +08:00
oxalica
503920532d
Handle errors when cargo watch
fails
2019-11-16 02:49:44 +08:00
Bernardo
422f4ac080
start cargo watch if not started interactively
2019-04-19 20:54:36 +02:00
Bernardo
1ae6571762
cargo watch start and stop commands
2019-04-19 20:54:36 +02:00
Roberto Vidal
7c7cfc5f04
Sends cwd info for runnables and code lenses
2019-04-14 10:04:38 +02:00
Edwin Cheng
ee05eafe6c
Add config for cargo-watch trace
2019-04-02 15:03:31 +08:00
Edwin Cheng
c894a3e19b
Fix prettier error
2019-04-02 15:03:30 +08:00
Edwin Cheng
6971c7f118
Fixed tslint error
2019-04-02 15:03:30 +08:00
Edwin Cheng
b3683df0cd
Improve cargo-watch usage
2019-04-02 15:03:30 +08:00
pcpthm
1529eeb1b3
Don't execute cargo watch when popup is dismissed
2019-03-22 09:38:48 +09:00
Ville Penttinen
5c3e9c716e
Change enableCargoWatchOnStartup to have three states
...
This fixes #1005 .
Defaults to `ask` which prompts users each time whether to start `cargo watch`
or not. `enabled` always starts `cargo watch` and `disabled` does not.
2019-03-21 13:56:25 +02:00
Igor Matuszewski
34b428cc5e
Appease CI
2019-03-18 22:51:01 +01:00
Igor Matuszewski
7c2595c268
Guard auto cargo watch behind a config option
2019-03-18 22:35:47 +01:00
Igor Matuszewski
60cac29964
Separate out the interactive cargo watch procedure
2019-03-18 22:30:23 +01:00
Igor Matuszewski
5c3cc8c95f
Reformat using Prettier
2019-03-18 22:15:03 +01:00
Igor Matuszewski
21b73f9844
Respect the user-provided label when creating task
2019-03-18 21:04:41 +01:00
Igor Matuszewski
9f1ae658db
Define a cargo watch task
2019-03-18 20:47:52 +01:00
Igor Matuszewski
bc560a2f5b
Remove redundant Runnable.range
2019-03-18 17:53:07 +01:00
kjeremy
63edfaa9a0
Clear the console when running single tasks
2019-01-30 13:46:31 -05:00
Aleksey Kladov
d1a67c1174
align command naming
2019-01-28 15:01:22 +03:00
Jeremy Kolb
2a1cb52c99
npm fix run
2019-01-12 18:49:07 -05:00
Jeremy Kolb
5bf739c824
Move run_single into runnables
2019-01-12 13:54:08 -05:00
Aleksey Kladov
9cfd5ea2b4
use new clear-terminal feature
2018-12-15 22:33:35 +03:00