sublimelsp / LSP-rust-analyzer

Convenience package for rust-analyzer
MIT License
70 stars 11 forks source link

Added run,test,check and mem useage #10

Closed daggy1234 closed 3 years ago

daggy1234 commented 3 years ago

A PR that adds terminus debug features similar to vscode, these include:

Debug might need discussion!

daggy1234 commented 3 years ago

Okay based on feedback, and the behaviour of the VSCODE extension, Check and Test are no longer commands. Run leads to a submenu.

img

daggy1234 commented 3 years ago

Looks ready now!

rchl commented 3 years ago

Please try to use squash option when merging.

Even though it's not optimal, I've cleaned up and force-pushed this time so you might want to git reset --hard origin/main to sync the state (stash all changes before).