Mehdi Hoseini
Mehdi Hoseini
Also, I think more information on "awards" would be pretty awesome
Yup. I need the same functionality. I'll se if I can contribute.
@ilyashubin Unfortunately not
This could be pretty beneficial with line/filled icons.
Well, I spent hours and now I know `unplugin-vue-components` is causing my issue and there is no solution
I'm using this script in my `.zshrc`, until there is a better way. It hooks into `cd` and also works with `autojump` ```bash cd() { local target="$1" if [[ -z...
I have the same issue. VSCode's formatter goes crazy when Vue extension (and ESLint?) is active and this icon keeps shaking.  I restart extensions...
Setting hybrid mode to this fixes it for me. `"vue.server.hybridMode": "typeScriptPluginOnly"`
Fixed when I removed `"entitlements": "info.plist"` from `bundle.macOS`. Tauri is still including `info.plist` automatically. Though, this is still a bug. I'm not sure if I should close this issue.
@ollyde The default value of `entitlements` is indeed `info.plist`. I'm not sure what the underlying bug is, but I've removed it in tauri config, and it's still using my entitlements...