index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
code
/
src
/
commands.ts
Age
Commit message (
Expand
)
Author
Lines
2022-07-06
Code: use different schemes for the custom views
Laurențiu Nicola
-10
/
+20
2022-05-21
Fix broken async callback in join lines
Laurențiu Nicola
-2
/
+3
2022-05-18
"Show implementations" link display error fix
Andrei Listochkin
-0
/
+11
2022-05-17
prettier run
Andrei Listochkin
-195
/
+277
2022-04-20
Pass the language id when toggling inlay hints
Laurențiu Nicola
-3
/
+2
2022-04-19
Allows triggering commands after an assist edit
Jonas Schievink
-0
/
+3
2022-04-16
Remove old inlay hints settings
Laurențiu Nicola
-5
/
+5
2022-04-08
Update for languageclient API changes
Laurențiu Nicola
-8
/
+8
2022-04-03
Merge #11821
bors[bot]
-1
/
+1
2022-04-03
Load @hpcc-js/wasm as a script, not worker
Laurențiu Nicola
-1
/
+1
2022-03-31
Add "view file text" command to debug sync issues
Jonas Schievink
-0
/
+48
2021-12-07
internal: add "Shuffle Crate Graph" command
Jonas Schievink
-0
/
+9
2021-10-14
Provide navigations to parent modules
rainy-me
-0
/
+2
2021-10-03
Allow locate parent module action in cargo toml
rainy-me
-3
/
+3
2021-09-23
Change the global setting when toggling inlay hints
Laurențiu Nicola
-1
/
+1
2021-08-10
Embed the scripts in the html template
André Oliveira
-12
/
+4
2021-08-10
Remove unecessary joinPaths
André Oliveira
-4
/
+4
2021-08-10
Formatting issues
André Oliveira
-11
/
+11
2021-08-10
replace let by const
André Oliveira
-2
/
+2
2021-08-10
Remove debug logs
André Oliveira
-5
/
+1
2021-08-10
Reduce path handling code
André Oliveira
-4
/
+6
2021-08-10
Add more features to the rendering
André Oliveira
-32
/
+45
2021-08-10
Use local node_modules to allow the graph to load offline
André Oliveira
-10
/
+30
2021-08-10
Use d3-graphviz for rendering crates graph on the extension side
André Oliveira
-3
/
+28
2021-08-09
internal: remove client-side support for latest requests
Aleksey Kladov
-14
/
+5
2021-07-02
Add "View Crate Graph (Full)"
Jonas Schievink
-2
/
+13
2021-05-22
Use `.rs` file ending to get syntax highlighting
Jonas Schievink
-1
/
+1
2021-05-21
Add a "Debug ItemTree" LSP request
Jonas Schievink
-0
/
+50
2021-05-11
Allow viewing the crate graph in a webview
Jonas Schievink
-0
/
+8
2021-04-14
Move cursor position when using item movers
Jonas Schievink
-22
/
+4
2021-03-18
Improve cursor positioning after moving
ivan770
-1
/
+14
2021-03-18
Fix tsfmt and eslint warnings
ivan770
-1
/
+1
2021-03-18
Remove movable array, improve client code
ivan770
-1
/
+5
2021-03-18
Item up and down movers
ivan770
-0
/
+28
2021-03-15
Support multiple parents in parentModule in vscode-client
Lukas Wirth
-9
/
+15
2021-03-13
Merge #7799
bors[bot]
-9
/
+43
2021-03-12
Improve version display
Laurențiu Nicola
-3
/
+2
2021-02-27
Add progress reporting
vsrs
-16
/
+17
2021-02-27
Add LSP request and VSCode command
vsrs
-9
/
+42
2021-02-10
Merge #7625
bors[bot]
-1
/
+13
2021-02-10
Add **Copy Run Command Line** command for vscode
Aleksey Kladov
-1
/
+13
2021-02-09
use await instead
Sahandevs
-15
/
+10
2021-02-07
format
Sahandevs
-5
/
+5
2021-02-07
handle Thenable type rejects
Sahandevs
-5
/
+10
2021-02-05
Fix resolveCodeAction trying to edit files before creating them
Lukas Wirth
-3
/
+3
2021-01-03
Merge #7068
bors[bot]
-0
/
+55
2021-01-01
Remove some unnecessary code copied from the Syntax Tree command
Phil Ellison
-17
/
+3
2020-12-29
Apply text edits manually in vscode client
Lukas Wirth
-2
/
+8
2020-12-28
Initial implementation of view-hir command
Phil Ellison
-0
/
+69
2020-12-21
Use workspace applyEdit instead of snippetWorkspaceEdit
Daiki Ihara
-1
/
+1
[next]