I installed Apc Customize UI++ v0.4.1 on the latest version of both VSCodium & VSCode, everything worked fine on 1st windows but after from the 2nd windows everything become blank, even that when I tried to open VSCode/VSCodium after the first time it automatically opened 2 blank windows.
I tried to disabled all extensions, problem gone. I tried to turn on every single extensions that I'm using and until APC turned on every 2nd, 3rd,... windows that opened will become blank.
I installed Apc Customize UI++ v0.4.1 on the latest version of both VSCodium & VSCode, everything worked fine on 1st windows but after from the 2nd windows everything become blank, even that when I tried to open VSCode/VSCodium after the first time it automatically opened 2 blank windows.
I tried to disabled all extensions, problem gone. I tried to turn on every single extensions that I'm using and until APC turned on every 2nd, 3rd,... windows that opened will become blank.
My User Setting JSON file
```json { "[javascript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "[jsonc]": { "editor.defaultFormatter": "vscode.json-language-features" }, "apc.activityBar": { "hideSettings": true, "itemMargin": 8, "itemSize": 32, "position": "bottom", "size": 48 }, "apc.electron": { "frame": false, "opacity": 1, "titleBarStyle": "hiddenInset", "trafficLightPosition": { "x": 11, "y": 10 }, "vibrancy": "dark" }, "apc.font.family": "JetBrains Mono", "apc.header": { "height": 36 }, "apc.listRow": { "height": 24 }, "apc.stylesheet": { ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "display: none;", ".nosidebar .inline-tabs-placeholder": "width: 75px", ".pane-body": "padding: 8px", ".pane-header": "padding: 0 8px", ".split-view-view:first-child .pane-header": "display: none !important;", ".title-label > h2": "display: none" }, "editor.accessibilitySupport": "off", "editor.bracketPairColorization.independentColorPoolPerBracketType": true, "editor.bracketPairColorization.enabled": true, "workbench.colorCustomizations": { "editorBracketHighlight.foreground1": "#5caeef", "editorBracketHighlight.foreground2": "#dfb976", "editorBracketHighlight.foreground3": "#c172d9", "editorBracketHighlight.foreground4": "#4fb1bc", "editorBracketHighlight.foreground5": "#97c26c", "editorBracketHighlight.foreground6": "#abb2c0", "editorBracketHighlight.unexpectedBracket.foreground": "#db6165", "editor.wordHighlightBackground": "#ca6ef22e", "editorCursor.foreground": "#e149ff" }, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, "editor.fontFamily": "JetBrains Mono", "editor.fontLigatures": true, "editor.hideCursorInOverviewRuler": true, "editor.parameterHints.enabled": false, "editor.renderLineHighlight": "gutter", "editor.scrollbar.vertical": "hidden", "editor.semanticHighlighting.enabled": false, "editor.stickyScroll.enabled": true, "editor.suggestSelection": "first", "editor.tabSize": 3, "explorer.compactFolders": true, "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "explorer.fileNesting.enabled": true, "explorer.fileNesting.patterns": { ".env": ".env*", ".env.local": ".env*", "package.json": ".eslint*, prettier*, tsconfig*, pnpm-*, bun.lockb, nest*, package-lock*", "tailwind.config.*": "tailwind.config*, postcss.config*" }, "explorer.sortOrder": "foldersNestsFiles", "extensions.ignoreRecommendations": true, "files.associations": { "*.css": "css", ".dev.vars": "dotenv", ".env.*": "dotenv", ".prettierrc": "json" }, "files.autoSave": "afterDelay", "files.exclude": { "**\/.DS_Store": true, "**\/.git": true, "**\/.hg": true, "**\/.svn": true, "**\/CVS": true, ".vscode": true // "node_modules": true }, "git.enableSmartCommit": true, "git.openRepositoryInParentFolders": "always", "gitlens.codeLens.recentChange.enabled": false, "security.promptForLocalFileProtocolHandling": false, "symbols.files.associations": { "*.module.ts": "nest", "*.guard.ts": "typescript", "*.spec.ts": "ts-test", "*.e2e-spec.ts": "ts-test", "*.mock.ts": "ts-test", "vitest.config.e2e.ts": "vite", ".env.development.local": "gear", ".env.test.local": "gear", ".env.local": "gear", ".env.example": "gear" }, "breadcrumbs.enabled": false, "symbols.hidesExplorerArrows": false, "tailwindCSS.experimental.classRegex": [ [ "tv\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]" ], "class:\\s*?[\"'`]([^\"'`]*).*?," ], "terminal.integrated.fontFamily": "JetBrains Mono", "terminal.integrated.fontSize": 14, "terminal.integrated.gpuAcceleration": "off", "terminal.integrated.showExitAlert": false, "typescript.preferences.preferTypeOnlyAutoImports": true, "typescript.suggest.autoImports": true, "update.showReleaseNotes": false, "window.commandCenter": false, "window.titleBarStyle": "custom", "workbench.colorTheme": "Rosé Pine Moon", "workbench.editor.empty.hint": "hidden", "workbench.editor.labelFormat": "short", "workbench.iconTheme": "symbols", // "workbench.statusBar.visible": false, "workbench.layoutControl.enabled": false, "workbench.productIconTheme": "fluent-icons", "workbench.sideBar.location": "right", "git.autofetch": true, "editor.lineHeight": 1.85, "tailwind-fold.autoFold": false, "[typescript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "prettier.printWidth": 300, "editor.wordWrapColumn": 800, "git.confirmSync": false, "javascript.updateImportsOnFileMove.enabled": "always", "codeium.enableCodeLens": false, "inline-parameters.enabled": false, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "typescript.updateImportsOnFileMove.enabled": "always", "[css]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "codeium.enableConfig": { "*": true, "xml": true }, "security.workspace.trust.untrustedFiles": "open", "[aspnetcorerazor]": { "editor.defaultFormatter": "ms-dotnettools.csharp" }, "[svelte]": { "editor.defaultFormatter": "svelte.svelte-vscode" }, "svelte.enable-ts-plugin": true, "svelte.plugin.svelte.format.config.printWidth": 800, "svelte.plugin.svelte.format.config.singleQuote": true, "editor.guides.bracketPairs": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, "terminal.integrated.customGlyphs": false } ```