onemen

Results 214 comments of onemen

Do you see any message in your browser console when scroll failed?

https://github.com/onemen/tabmixplus-docs/blob/main/src/content/docs/index.mdx

this is my settings { "editor.formatOnPaste": true, "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "prettier.documentSelectors": ["**/*.astro"], "prettier.ignorePath": "./config/.prettierignore", "prettier.configPath": "./config/prettier.config.js", "prettier.requireConfig": true, "[astro]": { "editor.defaultFormatter": "astro-build.astro-vscode" }, "[markdown]": { "editor.rulers": [100], "editor.wordWrap": "wordWrapColumn",...

1.8.1 did not solve this issue. I will try to start new folder with empty config and try to find the set of configuration and extension combination I am on...

The issue is probably some incompatibility with [IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode) extension from Microsoft. The problem solved as soon as I disabled `IntelliCode` This issue only started on version 1.8.0, on version 1.7.3...

Read the [docs](https://onemen.github.io/tabmixplus-docs/help/display-tab/) * Tab width fills rows on overflow, available only when `Tab width fits to tab title` is disabled, tabs in multiple rows will be sized to fill...

Try the latest [Development Build](https://github.com/onemen/TabMixPlus/releases/tag/dev-build) Download and install it Report back

Thank you @MememeOyaji, you can use dev-build version until next version will be out

```diff userChrome.jsm => userChrome.js | 12 +++++++----- xPref.jsm => xPref.sys.mjs | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) rename userChrome.jsm => userChrome.js (94%) rename xPref.jsm => xPref.sys.mjs (94%)...

> [@marty60](https://github.com/marty60) > > > Any chance someone could upload the updated files? > > I tried to update the files according to onemen's changes, but I still need to...