Results 138 issues of Bedis Nbiba

These settings https://github.com/sigmaSd/IRust/blob/master/crates/irust/src/irust/options.rs#L11-L24 https://github.com/sigmaSd/IRust/blob/master/crates/irust/src/irust/options.rs#L33-L34 I think belong to the themes config I think its better to move them and the theme configuration would look something like ```toml [rust] keyword =...

enhancement
good first issue

IRust can spawn a server useful for editor plugins to send input, but its currently really tailored to a custom plugin I wrote https://github.com/sigmaSd/irust-vim-plugin -> The server currently receives input...

enhancement

Currently we have a lot of commands like :expand :asm that just wraps cargo plugins, I don't think its realistic to support all cargo plugins. The user currently can use...

good first issue

reproduce steps: - touch a b c - hx - :o a - :o b - :o c - rm a - :reload-all reload-all now doesn't reload anything because it...

C-enhancement
A-command

code ```ts import {} from "npm:chalk" ``` should warn `Implicitly using latest version of chalk ..` The deno module is equivalent is implemented as `x-deno-warning` header provided by dotland ,...

help wanted
good first issue
feature

the last commit had a regression, where it removed this branch, I haven't tested the code but I think it should work

Version: deno 1.42.4+c0f40ed ` deno run --allow-env --allow-read npm:create-vite@latest test` choose vanilla typescript, then deno ask for write permission for mkdirsync: - Actual: when I input something (like `y` or...

### Describe the Bug rust enums in return position are typed as object, but at runtime they're just a number ### Steps to Reproduce ```rs use wasm_bindgen::prelude::*; #[wasm_bindgen] pub enum...

bug

Just a bump, would be great to have

Sometimes I want to trace the lsp messages, usually this is done with languageId.trace.server: verbose, but it seems this is not exposed https://code.visualstudio.com/api/language-extensions/language-server-extension-guide#logging-support-for-language-server

enhancement
help wanted