You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug in APC Customize UI++ Extension Causing Gray and Non-Functional New Windows in VS Code 1.93.0 // Erro na Extensão APC Customize UI++ Causa Janelas Novas Cinzas e Não Funcionais no VS Code 1.93.0
#223
Open
Nashiizu opened this issue
Sep 8, 2024
· 1 comment
ENGLISH
I’m experiencing an issue with the APC Customize UI++ extension and the apc.electron package in VS Code. When I open a new window, it becomes bugged and gray, displaying no content, while the original window works fine. To temporarily fix this, I had to comment out the following lines in the settings.json:
I would like to use this custom style again, but I’m unable to due to conflicts that cause VS Code to malfunction. My VS Code version is 1.93.0.
PORTUGUÊS
Estou enfrentando um problema com a extensão APC Customize UI++ e o pacote apc.electron no VS Code. Quando abro uma nova janela, ela fica bugada e cinza, sem exibir o conteúdo, enquanto a janela original funciona normalmente. Para corrigir temporariamente, precisei comentar as seguintes linhas no settings.json:
Gostaria de usar novamente esse estilo personalizado, mas não consigo devido a conflitos que fazem o VS Code funcionar mal. Minha versão do VS Code é 1.93.0.
The text was updated successfully, but these errors were encountered:
I'm seeing this or something similar as well, on macOS: SHIFT-CMD-N opens a new window, but APC is not loaded, or does not load custom imports. The original window also looses formatting. To get it to work again I have to completely quit, then reopen VSCode. The same thing happens when opening existing projects, even in the same window.
Not sure if it has something to do with my projects all having a .vscode/settings.json file as well, but they shouldn't be conflicting.
I seem to have more issues when trying to reference external URLs from gist.
APC seems to only load the customizations if I open VSCode to a blank window, but not if I open a previous workspace or project.
ENGLISH
I’m experiencing an issue with the APC Customize UI++ extension and the apc.electron package in VS Code. When I open a new window, it becomes bugged and gray, displaying no content, while the original window works fine. To temporarily fix this, I had to comment out the following lines in the settings.json:
// "apc.electron": {
// "titleBarStyle": "hiddenInset",
// },
// "apc.header": {
// "height": 36
// },
// "apc.listRow": {
// "height": 24
// },
// "apc.font.family": "Inter",
// "apc.stylesheet": {
// ".title-label > h2": "display: none",
// ".editor-actions": "display: none",
// ".nosider .inline-tabs-placeholder": "width: 75px",
// ".pane-header": "padding: 0 8px",
// ".pane-body": "padding: 8px",
// ".split-view-view:first-child .pane-header": "display: none !important;",
// ".monaco-list-row": "border-radius: 4px;",
// ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "display: none;"
// },
I would like to use this custom style again, but I’m unable to due to conflicts that cause VS Code to malfunction. My VS Code version is 1.93.0.
PORTUGUÊS
Estou enfrentando um problema com a extensão APC Customize UI++ e o pacote apc.electron no VS Code. Quando abro uma nova janela, ela fica bugada e cinza, sem exibir o conteúdo, enquanto a janela original funciona normalmente. Para corrigir temporariamente, precisei comentar as seguintes linhas no settings.json:
// "apc.electron": {
// "titleBarStyle": "hiddenInset",
// },
// "apc.header": {
// "height": 36
// },
// "apc.listRow": {
// "height": 24
// },
// "apc.font.family": "Inter",
// "apc.stylesheet": {
// ".title-label > h2": "display: none",
// ".editor-actions": "display: none",
// ".nosider .inline-tabs-placeholder": "width: 75px",
// ".pane-header": "padding: 0 8px",
// ".pane-body": "padding: 8px",
// ".split-view-view:first-child .pane-header": "display: none !important;",
// ".monaco-list-row": "border-radius: 4px;",
// ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "display: none;"
// },
Gostaria de usar novamente esse estilo personalizado, mas não consigo devido a conflitos que fazem o VS Code funcionar mal. Minha versão do VS Code é 1.93.0.
The text was updated successfully, but these errors were encountered: