Baptiste Augrain

Results 846 comments of Baptiste Augrain

`Rename Symbol`, `Change All Occurences`, `Refactor...` and `Source Action...` are available on the right-click menu or in the command palette. What are you missing?

Oh, I was wondering how to change that. No wonder I didn't find out... I'm maintaining VSCodium. But I use [MrCode](https://github.com/zokugun/MrCode) which is my fork of VSCodium with some fixes...

It's a VSCode thing. Use the command `git push --tags`

https://github.com/VSCodium/vscodium/blob/master/docs/ext-github-copilot.md

Can you check the logs under `View`/`Output` then for: - `Extension Host` - `Main`

> 2025-11-23 15:43:51.003 [info] Extension host with pid 5548 exited with code: 0, signal: unknown. This is the issue. Something is crashing the `Extension host`, this is why you have...

Try by deleting for the UI state db (maybe in `~/.config/VSCodium/User/globalStorage/state.vscdb` and globally the `~/.config/VSCodium` directory) > But, don't be offended, I could be wrong, because you know better how...

Where can I see the build definition for the Slackware package? I did found https://slackbuilds.org/repository/15.0/development/vscodium/ but I can find any references to the AUR. I can see the issue with...

> I understand that you are not obliged to do this, but it would be nice if in the future you somehow warned people (like me) who edit `product.json` that...

I don't have any freeze when opening a `.mmd` like: ~~~ ```mermaid graph TD; A-->B; A-->C; B-->D; C-->D; ``` ~~~ The markdown preview works fine (with `.md`). I already had...