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-10-29
Always set up VSCode commands
Lukas Wirth
-67
/
+62
2022-10-17
Make more things private
Lukas Wirth
-2
/
+1
2022-10-17
Properly reload changed configs for server start
Lukas Wirth
-0
/
+4
2022-10-17
Refactor language client handling
Lukas Wirth
-94
/
+89
2022-10-14
Revert "fix: in VSCode, correctly resolve relative paths to errors"
Jonas Schievink
-4
/
+0
2022-10-08
fix: in VSCode, correctly resolve relative paths to errors
Aleksey Kladov
-0
/
+4
2022-09-10
Remove the toggleInlayHints command from VSCode
Lukas Wirth
-24
/
+0
2022-08-19
Implement lsp extension for cancelling running flychecks
Lukas Wirth
-0
/
+6
2022-08-17
fix: a bunch of typos
Dezhi Wu
-1
/
+1
2022-08-15
Add an HIR pretty-printer
Jonas Schievink
-1
/
+1
2022-08-08
[code] make toggleInlayHints understand {off,on}UntilPressed
Jake Heinz
-2
/
+16
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
[next]