Results 10 issues of Alexey

The feature `do catch` has been published to Rust's repository. Fixes #100

enhancement

The `catch` feature is being implemented right now. As soon as it is implemented, we need to add highlighting to this. [The tracking issue](https://github.com/rust-lang/rust/issues/31436).

enhancement

Hello everyone. I'm going to revive the extension, but its focus will be on providing additional features. [Rust extension by Rust language team](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust) already provides all good features related to...

Hello everyone. Unfortunately, when I was adding some configuration properties (i.e., `"rust.rustup"`) I didn't truly understand how the configuration parameters mechanism of Visual Studio Code worked. As an example, `"rust.rustup"`...

breaking change

As per #289, #315 introduces a new configuration parameter, `"rust.shell.kind.windows"` which can be used to specify what kind of terminal is used. If the user uses [WSL](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide) and Cargo commands...

bug

Hello everybody. I am opening this issue because I was asked in https://github.com/KalitaAlexey/vscode-rust/issues/66 I think that such feature may be very useful. One unresolved question is that which variables to...

enhancement

Currently rustc cannot determine that you are using Build Tools 2017. I have to compile in Developer Command Prompt. The new configuration parameter will allow a user to make the...

Hello everybody. Currently the action, which the configuration parameter `"rust.actionOnSave"` is set to, uses the corresponding configuration parameter to get arguments (buildArgs, checkArgs, ...). Do you want to have ability...

feedback wanted

Hi everybody. It was changed from SIGINT to SIGTERM in the PR: https://github.com/KalitaAlexey/vscode-rust/pull/33 It was made because rustup had an issue with SIGINT: https://github.com/rust-lang-nursery/rustup.rs/issues/806 If the issue of rustup is...

enhancement

I execute: `docker-compose -p node-template -f docker-compose.substrate-node-template.yml up --build` I get: `harvester-worker_1 | [2021-01-22 07:16:54,965: ERROR/ForkPoolWorker-2] Task app.tasks.accumulate_block_recursive[36094758-9c0e-4730-a370-b61ee11a8c42] raised unexpected: NotSupportedError("(mysql.connector.errors.NotSupportedError) Authentication plugin 'caching_sha2_password' is not supported",)`