-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Added cargo dev setup vscode-tasks
for simplicity
#7409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
81c11ca
to
2098b27
Compare
cargo dev detup vscode-tasks
for simplicitycargo dev setup vscode-tasks
for simplicity
impl LGTM. I don't use vscode though. @rust-lang/clippy can someone using vscode for Clippy development verify that those tasks make sense and test them, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm using vscode! It works fine and looks good to me.
Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
@bors r=giraffate,flip1995 Thanks! |
📌 Commit e400191 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
This PR adds a setup command to
clippy dev
that installs tasks into the Clippy vscode workspace. These might be useful as they be used via shortcuts and are accessible over the GUI. The available tasks are:cargo check
(standard Linux shortcut[ctrl] + [shift] + b
)cargo dev fmt
cargo uitest
(with a comment how to add theTESTNAME
environment value)cargo test
cargo dev bless
changelog: none
only internal changes again. cc #5394
r? @flip1995 This should be pretty much the same as the other
cargo dev setup
commands. Would you mind reviewing this? 🙃