Hugues Verlin

Results 45 comments of Hugues Verlin

I tried but they have a weird limitation unfortunately 🤔 I am not sure I should change the user settings. > Mise: Failed to configure the extension hashicorp.terraform for terraform:...

Someone already filed an issue https://github.com/hashicorp/vscode-terraform/issues/2152 actually

Two solutions: - Add an option to only configure tools which are present in the `mise.toml`, `.tool-versions` or any idiomatic files present in the project (and ignore any global tools)...

@airtonix Did you try to use the settings mentioned here: https://hverlin.github.io/mise-vscode/tutorials/settinguptheextension/

@luckv, thank you for the suggestion. This setting is included in the latest release (`0.53.0`). Docs: - https://hverlin.github.io/mise-vscode/reference/settings/#miseconfigureextensionsautomaticallyincludelist - https://hverlin.github.io/mise-vscode/tutorials/settinguptheextension/#automatic-configuration-of-vs-code-extensions --- You can take advantage of VS Code's user and...

I think having the option to smartly configure extensions would still be nice to have, though this new setting might be good enough for now.

@luckv sure, a PR to improve the docs would be great!

Thank you, @GerritWanderer! In addition, you might need to run: ```sh update-desktop-database ``` then go to `settings -> Desktop -> Panel -> Configure panel applets` and add the Cosmic clipboard...

`lazyCompilation` is not enabled. As I understand, it's [disabled](https://rsbuild.dev/config/dev/lazy-compilation#devlazycompilation) by default. This is my `dev` config ```ts dev: { progressBar: true, client: { host: '127.0.0.1', protocol: 'ws' }, writeToDisk: true,...

Thanks, I am still facing the issue even after upgrading to the latest rspack version. I am using the following plugins: `pluginNodePolyfill`, `pluginReact`, `pluginLess`, `rspack.ProvidePlugin` and `rspack.IgnorePlugin`. I have tried...