rust-embedded / cortex-m-quickstart

Template to develop bare metal applications for Cortex-M microcontrollers
782 stars 164 forks source link

Recommend rust-analyzer vscode extension #114

Closed senekor closed 1 year ago

senekor commented 1 year ago

RLS and its extension have been deprecated as rust-analyzer has become the official language server for Rust.

rust-highfive commented 1 year ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @therealprof (or someone else) soon.

Please see the contribution instructions for more information.

senekor commented 1 year ago

I hope it's not rude to piggyback the second commit. I was testing the vscode debugging and noticed the deprecation warning about that launch config property "runToMain".

Thanks for being so quick to review!

Edit: I tested the "runToEntryPoint": "main" with the OpenOCD launch config and it works. I'm having some trouble with the QEMU one, but I think those issues are unrelated.

bors[bot] commented 1 year ago

Configuration problem: bors.toml: not found

newAM commented 1 year ago

Looks like all the other have been merged with the button, so I'll just do that here.

rubberduck203 commented 1 year ago

I hope it's not rude to piggyback the second commit. I was testing the vscode debugging and noticed the deprecation warning about that launch config property "runToMain".

Thanks for being so quick to review!

Edit: I tested the "runToEntryPoint": "main" with the OpenOCD launch config and it works. I'm having some trouble with the QEMU one, but I think those issues are unrelated.

Thanks for doing that. I haven’t been around in a minute, so hadn’t noticed the deprecation. 👍