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
2023-05-02
Accepting review suggestions
Bruno Ortiz
-0
/
+3
2023-05-02
reveal only when tree is visible
Bruno Ortiz
-2
/
+0
2023-05-02
improving code to work with multi-workspaces
Bruno Ortiz
-13
/
+57
2023-05-02
Reformat VSCode client code
Lukas Wirth
-1
/
+1
2023-05-02
Creating rust dependencies tree view
bruno-ortiz
-1
/
+1
2023-05-02
fetching dependencies from the server
Bruno Ortiz
-4
/
+4
2023-05-02
Remove unnecessary openFile command
Lukas Wirth
-10
/
+0
2023-05-02
Reformat VSCode client code
Lukas Wirth
-5
/
+4
2023-05-02
Creating rust dependencies tree view
bruno-ortiz
-1
/
+40
2023-05-01
MIR episode 4
hkalbasi
-6
/
+30
2023-04-20
using VSCode's native parameterHints.enabled setting
Nagy Botond
-4
/
+4
2023-04-20
Automatic parameter hints trigger can be toggled on/off
Nagy Botond
-1
/
+7
2023-04-13
minor: Allow copying the graphviz source from the view crategraph webview
Lukas Wirth
-1
/
+6
2023-04-13
fix: Fix view crate graph being broken due to webworker usage
Lukas Wirth
-2
/
+2
2023-04-10
fix: when running the "discoverProjectCommand", use the Rust file's
David Barsky
-6
/
+7
2023-04-02
Don't append "!" to non-bang macro name
Ryo Yoshida
-1
/
+1
2023-03-26
Handle proc macro fetching via OpQueue
Lukas Wirth
-2
/
+2
2023-03-25
Add lsp command for rebuilding proc macros
Lukas Wirth
-0
/
+4
2023-03-13
Add a workspace config-based approach to reloading discovered projects.
David Barsky
-3
/
+9
2023-03-13
fmt
David Barsky
-5
/
+9
2023-03-13
This commit add Cargo-style project discovery for Buck and Bazel users.
David Barsky
-1
/
+18
2023-03-10
Add fancy buttons to the vscode status message
Lukas Wirth
-0
/
+8
2023-03-06
Add `View Mir` command and fix some bugs
hkalbasi
-7
/
+20
2023-02-14
Don't assume VSCode internal commands in the server
Lukas Wirth
-0
/
+6
2023-01-23
🧹 lsp_ext.ts
Lukas Wirth
-2
/
+2
2022-12-17
Add a command to clear flycheck diagnostics
Lukas Wirth
-0
/
+6
2022-12-17
Make cancelFlycheck request a notification
Lukas Wirth
-1
/
+1
2022-12-16
Add command for manually running flychecks
Lukas Wirth
-3
/
+12
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
[next]