microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.26k stars 29.3k forks source link

Opening Terminal on Windows gives errors #203650

Closed Irtiza90 closed 9 months ago

Irtiza90 commented 9 months ago

Does this issue occur when all extensions are disabled?: doesn't seem like it does, but the error is mostly random, so..

Steps to Reproduce:

Opening the terminal randomly gives the error, sometimes i see the error, othertimes i don't. The error however is only present in VSCode terminal, and not in Powershell.

The error doesn't seem to be causing any issues with the terminal, most probably just a visual error.

Error Message:

Import-Clixml: Key for dictionary entry is not specified. Line 104, position 7.
InvalidOperation: Index operation failed; the array index evaluated to null.
Import-Clixml: 'Element' is an invalid XmlNodeType.
InvalidOperation: Index operation failed; the array index evaluated to null.
InvalidOperation: Index operation failed; the array index evaluated to null.

Here's all my downloaded extensions if that matters

alefragnani.Bookmarks@13.4.2
amiralizadeh9480.laravel-extra-intellisense@0.6.4
AnbuselvanRocky.bootstrap5-vscode@0.4.4
apility.beautify-blade@1.0.1
austenc.tailwind-docs@2.1.0
bmewburn.vscode-intelephense-client@1.10.2
bradlc.vscode-tailwindcss@0.10.5
brapifra.phpserver@3.0.2
codingyu.laravel-goto-view@1.3.11
DanielSanMedium.dscodegpt@3.1.4
deerawan.vscode-faker@2.0.0
DEVSENSE.composer-php-vscode@1.43.14858
DEVSENSE.intelli-php-vscode@0.12.14619
DEVSENSE.phptools-vscode@1.43.14858
DEVSENSE.profiler-php-vscode@1.43.14858
donjayamanne.githistory@0.6.20
donjayamanne.python-environment-manager@1.2.4
ecmel.vscode-html-css@2.0.7
EditorConfig.EditorConfig@0.16.4
esbenp.prettier-vscode@10.1.0
GitHub.github-vscode-theme@6.3.4
GrapeCity.gc-excelviewer@4.2.58
Gruntfuggly.todo-tree@0.0.226
heybourn.headwind@1.7.0
KevinRose.vsc-python-indent@1.18.0
LeonardSSH.vscord@5.1.18
MehediDracula.php-namespace-resolver@1.1.9
ms-edgedevtools.vscode-edge-devtools@2.1.3
ms-python.isort@2023.10.1
ms-python.python@2023.22.1
ms-python.vscode-pylance@2023.12.1
ms-vscode-remote.remote-wsl@0.81.9
ms-vscode.live-server@0.4.13
ms-vscode.vscode-typescript-next@5.4.20240124
njpwerner.autodocstring@0.6.1
noxiz.jinja-snippets@1.0.0
onecentlin.laravel-blade@1.34.0
PKief.material-icon-theme@4.33.0
pranaygp.vscode-css-peek@4.4.1
Prisma.prisma@5.8.1
pucelle.vscode-css-navigation@1.14.0
qcz.text-power-tools@1.45.0
qwtel.sqlite-viewer@0.3.13
ryannaddy.laravel-artisan@0.0.31
shufo.vscode-blade-formatter@0.24.0
usernamehw.errorlens@3.16.0
VisualStudioExptTeam.intellicode-api-usage-examples@0.2.8
VisualStudioExptTeam.vscodeintellicode@1.2.30
vscodevim.vim@1.27.2
WakaTime.vscode-wakatime@24.4.0
wholroyd.jinja@0.0.8
xdebug.php-debug@1.34.0
xdebug.php-pack@1.0.3
yo1dog.cursor-align@1.1.2
Zarifprogrammer.tailwind-snippets@1.0.2
zobo.php-intellisense@1.3.3
meganrogge commented 9 months ago

I cannot reproduce, therefore expect it's something with your configuration. Closing as I cannot action this.