PowerShell / vscode-powershell

Provides PowerShell language and debugging support for Visual Studio Code
https://marketplace.visualstudio.com/items/ms-vscode.PowerShell
MIT License
1.69k stars 480 forks source link

vscode theme/colors breaks when i open each new tab/extention page #4985

Closed saam-deviloper closed 4 months ago

saam-deviloper commented 4 months ago

Prerequisites

Summary

Screenshot 2024-05-06 113944

PowerShell Version

Name                           Value
----                           -----
PSVersion                      5.1.22621.2506
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.22621.2506
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Name             : ConsoleHost
Version          : 5.1.22621.2506
InstanceId       : 6446da6b-dcf3-4e50-bb0f-5b1e0caa7714
UI               : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture   : en-US
CurrentUICulture : en-US
PrivateData      : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled  : True
IsRunspacePushed : False
Runspace         : System.Management.Automation.Runspaces.LocalRunspace

Visual Studio Code Version

1.89.0
b58957e67ee1e712cebf466b995adf4c5307b2bd
x64

Extension Version

akamud.vscode-theme-onedark@2.3.0
akamud.vscode-theme-onelight@2.3.0
alefragnani.project-manager@12.8.0
anteprimorac.html-end-tag-labels@1.0.0
arcticicestudio.nord-visual-studio-code@0.19.0
azemoh.one-monokai@0.5.0
bierner.color-info@0.7.2
bradlc.vscode-tailwindcss@0.10.5
christian-kohler.path-intellisense@2.8.5
codeium.codeium@1.8.28
coderfee.open-html-in-browser@0.1.21
codezombiech.gitignore@0.9.0
dracula-theme.theme-dracula@2.24.3
dsznajder.es7-react-js-snippets@4.4.3
eamodio.gitlens@14.9.1
ecmel.vscode-html-css@2.0.9
eg2.vscode-npm-script@0.3.29
eliverlara.andromeda@1.8.2
enkia.tokyo-night@1.0.6
equinusocio.vsc-material-theme@34.3.1
equinusocio.vsc-material-theme-icons@3.6.0
esbenp.prettier-vscode@10.4.0
formulahendry.auto-close-tag@0.5.15
formulahendry.auto-complete-tag@0.1.0
formulahendry.auto-rename-tag@0.1.10
github.codespaces@1.16.20
github.github-vscode-theme@6.3.4
glenn2223.live-sass@6.1.2
hdg.live-html-previewer@0.3.0
hyzeta.vscode-theme-github-light@7.14.2
jprestidge.theme-material-theme@1.0.1
mathiasfrohlich.kotlin@1.7.1
mdixon18.palenight@0.0.1
mgmcdermott.vscode-language-babel@0.0.40
mhutchie.git-graph@1.30.0
monokai.theme-monokai-pro-vscode@1.3.2
ms-python.debugpy@2024.6.0
ms-python.isort@2023.10.1
ms-python.python@2024.6.0
ms-python.vscode-pylance@2024.4.1
ms-toolsai.jupyter@2024.4.0
ms-toolsai.jupyter-keymap@1.1.2
ms-toolsai.jupyter-renderers@1.0.17
ms-toolsai.vscode-jupyter-cell-tags@0.1.9
ms-toolsai.vscode-jupyter-slideshow@0.1.6
ms-vscode.test-adapter-converter@0.1.9
ms-vscode.vscode-typescript-next@5.5.20240505
naumovs.theme-oceanicnext@0.0.4
pkief.material-icon-theme@5.1.0
pmneo.tsimporter@2.0.1
ritwickdey.liveserver@5.7.9
robbowen.synthwave-vscode@0.1.15
sdras.night-owl@2.0.1
sidthesloth.html5-boilerplate@1.1.1
sirtori.indenticator@0.7.0
steoates.autoimport@1.5.4
teabyii.ayu@1.0.5
ullissescastro.theme-bracketslight@1.0.2
vianch.react-typescript-component-snippet@0.2.3
viktorqvarfordt.vscode-pitch-black-theme@1.3.0
vincaslt.highlight-matching-tag@0.11.0
vscjava.vscode-gradle@3.13.5
wart.ariake-dark@0.2.2
whizkydee.material-palenight-theme@2.0.3
wix.vscode-import-cost@3.3.0
xabikos.javascriptsnippets@1.8.0
zhuangtongfa.material-theme@3.17.2

Steps to Reproduce



### Visuals

![Screenshot 2024-05-06 113944](https://github.com/PowerShell/vscode-powershell/assets/78678484/ff635f09-243a-4ed9-b3fc-2da93c0c87d2)

### Logs

_No response_
JustinGrote commented 4 months ago

Why do you feel this is specific to the PowerShell extension? Does it not occur if you disable the extension? I haven't been able to reproduce this. Also, does this happen with the default Dark+ theme? I notice you have custom theme extensions installed.

saam-deviloper commented 4 months ago

Why do you feel this is specific to the PowerShell extension? Does it not occur if you disable the extension? I haven't been able to reproduce this. Also, does this happen with the default Dark+ theme? I notice you have custom theme extensions installed.

hi @JustinGrote ,when vs update, changelog screen appears like this,also it appears on deafult theme i dont know where its come from,i try to ignore sometimes but its annoying everytime i should change the theme to adjust the colors

JustinGrote commented 4 months ago

Sorry to hear that, but this is the issues section for the vscode PowerShell extension, and there's nothing we can do about core vscode issues. You may want to consider filing your issue in the main repository: https://github.com/microsoft/vscode/issues

Good luck!