kouhe3
9a207be986
prettier format
2024-10-08 17:50:29 +08:00
kouhe3
e9c8a84a35
semicolon
2024-10-08 17:47:54 +08:00
kouhe3
64caa6bbf1
fix array sourceMap
2024-10-08 17:43:02 +08:00
kouhe3
82b114dbf0
lldbdap env dict to string
2024-10-08 15:11:31 +08:00
kouhe3
85caf88b54
add knownEngines lldb-dap
2024-10-08 00:22:58 +08:00
Noah Bright
01aaa53ef2
Update handlers.rs to handlers/requests.rs
2024-09-28 06:17:22 -04:00
Bas van Driel
b4f278b463
Changes for debug restarting
2024-09-25 15:02:36 +02:00
Lukas Wirth
7e94f3fd3c
Reorganize debug.ts
2024-08-05 16:06:25 +02:00
Lukas Wirth
33ce9a4211
Set RUSTC_SYSROOT for runnables
2024-07-16 13:48:14 +02:00
Lukas Wirth
7733403056
Fix passing message-format after -- in debugging
2024-07-06 18:03:33 +02:00
Andrei Listochkin
cb523fc88a
pass cargo extra args when debug
...
fixes #17128
2024-06-25 18:13:08 +01:00
Lukas Wirth
ff07caa9de
Tidy up vscode extension a bit
2024-06-19 09:42:06 +02:00
Wilfred Hughes
71a78a9cdc
feature: add build system info; runnables to rust-project.json
2024-06-11 11:55:17 -04:00
Jonas Rinke
2616b7e045
Removed return
2024-05-25 22:42:39 +02:00
Jonas Rinke
84ab0d83d5
Formatting
2024-05-25 17:08:17 +02:00
Jonas Rinke
cb28175d22
Semicolon
2024-05-25 17:04:48 +02:00
Jonas Rinke
aaa7e3a3c4
Use correct format for setting environment variables when debugging with cpptools
2024-05-25 16:53:01 +02:00
roife
f4d3547bc6
Use cwd from runnable.args for debugger
2024-05-24 03:51:05 +08:00
roife
89843ba083
Revert "Debug use cargo workspace root as cwd. fixes #13022 "
...
This reverts commit 4ca86edac9
.
2024-05-24 03:51:05 +08:00
roife
3521089985
fix: use lldb when debugging with C++ extension
2024-03-28 14:38:23 +08:00
Laurențiu Nicola
662ea73e4e
Revert debug extension priorities
2024-03-28 07:58:36 +02:00
Laurențiu Nicola
a01e4f8b72
Add basic support for Native Debug
2024-02-29 16:14:58 +02:00
Sanjaiyan Parthipan
f587b54340
perf: Run async task in concurrent
2023-12-19 13:16:55 +05:30
meowtec
4ca86edac9
Debug use cargo workspace root as cwd. fixes #13022
2023-11-30 19:21:59 +08:00
igorskyflyer
5d67cbea43
Use notification command links for debugger installation
2023-07-20 15:41:08 +02:00
Tetsuharu Ohzeki
f7823f3106
editor/code: Re-apply code format
2023-07-13 22:44:29 +09:00
Tetsuharu Ohzeki
445b4fc27f
editor/code: Sort the style to import types
...
see:
- https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-type-imports.md
- https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/no-import-type-side-effects.md
2023-07-11 06:12:00 +09:00
Tetsuharu Ohzeki
f70845305f
editor/code: Enable noPropertyAccessFromIndexSignature
ts option
2023-07-06 16:17:02 +09:00
Tetsuharu Ohzeki
72a3883a71
editor/code: Enable noUncheckedIndexedAccess
ts option
...
https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess
2023-07-06 16:17:02 +09:00
Mohsen Alizadeh
6c3e15aaa0
13583 rename runnable env to runnables extra env
2023-06-25 17:26:04 -07:00
Rungsikorn Rungsikavarnich
fb9a1dd87e
Missing runnable env on debug target
...
Fix bug in Rust Analyzer where runnable debugging did not pass
environment variable from configuration to child process of Cargo
on binary build stage
2023-03-30 15:39:49 +09:00
Lukas Wirth
ec9476015c
Substitute VSCode variables more generally
2023-01-24 13:46:56 +01:00
Jonas Schievink
6c6ae965ba
Update remaining GitHub URLs
2022-07-08 15:44:49 +02:00
Andrei Listochkin
f247090558
prettier run
2022-05-17 18:15:06 +01:00
vsrs
1b4197cb35
Use explicit rustc commit-hash
...
Required for lldb on mac
2021-04-22 18:59:03 +03:00
vsrs
1ebfe11730
Add special auto
value for debug.sourceFileMap
2021-04-22 16:09:46 +03:00
vsrs
8f781e782c
Autodetect rust library source file map
2021-04-22 15:27:56 +03:00
Sahandevs
91dd61b9a6
use await instead
2021-02-09 17:42:46 +03:30
Sahandevs
2f82a84d2a
fix errors
2021-02-07 22:06:16 +03:30
Sahandevs
3a0234d60f
format
2021-02-07 21:59:06 +03:30
Sahandevs
1bb4e973ff
handle Thenable type rejects
2021-02-07 21:52:32 +03:30
Sahandevs
06c02021a3
remove unnecessary
2021-02-07 21:15:13 +03:30
Urban Dove
a85e64770d
delete empty line
2020-07-26 13:42:17 -04:00
Urban Dove
b32528659a
try select correct workspace in vscode multi workspace
2020-07-25 22:23:13 -04:00
vsrs
271abb7bc4
Add tests
2020-07-03 14:23:51 +03:00
vsrs
7b79d24ad5
Add runnable env support.
2020-07-03 14:23:51 +03:00
vsrs
4d6c6a6b1e
Fix rust-analyzer.debug.openDebugPane option
2020-06-18 10:15:42 +03:00
Aleksey Kladov
0303982119
New runnables API
2020-06-02 17:22:42 +02:00
Aleksey Kladov
0ced18eee0
Move run commands to commands.ts
2020-06-02 14:52:55 +02:00
veetaha
d605ec9c32
Change Runnable.bin -> Runnable.kind
...
As per matklad, we now pass the responsibility for finding the binary to the frontend.
Also, added caching for finding the binary path to reduce
the amount of filesystem interactions.
2020-05-31 05:21:45 +03:00