LucasFA
LucasFA
Duplicate of #158
In short, write TODO, or REVIEW, or LINK, or any of the available tags and it will be highlighted. This extension doesn't highlight any other code, though, just the tags.
In case you're interested in a temporary solution, you should know that you should be able to delete the `")` at the end. Doing so and pressing enter will send...
>Not for the time being. The existing precedent of tools using ~/.config As far as I am aware, the only reason apps migrated from `.appname/` to `.config/appname/` is the XDG...
A backwards compatible change would be to use the XDG locations if they exist (ie, use `XDG_CONFIG_HOME/vscode-R/` or fall back to `~/.config/vscode-R/`). If neither of those exist, move `~/.vscode-R` (if...
I just noticed they already updated to 0.54. That's a fast moving crate :upside_down_face:
The rustdoc actually compiles the test just fine and is already in CI, but only because it actually has the `.into()` in a hidden line. It's in line 62 of...
Friendly ping here. Archiving and deprecating in favour of other crates seems reasonable given the alternatives available
Not exactly the case posted here, but the default `deny.toml` file contains in the `[sources.allow-org]` lines like `github = [""]`, resulting in `unmatched-organization` warnings out of the box when running...
For reference, `cargo` did exactly that, followed by some modifications for the licenses. And they did just deal with the warning by deleting the apostrophes, see rust-lang/cargo@7b747de959ae04b10793334876646c7186208fcc followed by rust-lang/cargo@aada2f34e094ada4e28c703acaf65cf70f6e2208...