-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More than one tab doesnt work properly #228
Comments
I'm seeing the same issue as @stevenhaymanbamboohr since installing the most recent MySQL extension update (or potentially it was the Azure Data Studio update not the extension update...) For 8 of my 9 MySQL connections, I get this exception and the tab fails to operate. For those 8 problem connections, the tab label continues to report Disconnected, even though the database is connected and it appears to function. Opening an additional tab only partially works. Ie. the tab is not seen in the Exporer sidebar; and, the tab is not visible When I try to change tab, I get this error popup (same as the console message from Developer Tools, I think) |
Type: Bug
Logs from renderer.log:
2023-11-14 08:36:09.886 [info] Creating new connection untitled:SQLQuery_3
2023-11-14 08:36:09.887 [info] Adding connection untitled:SQLQuery_3
2023-11-14 08:36:09.887 [info] Successfully added connection untitled:SQLQuery_3
2023-11-14 08:36:09.933 [info] GitHub Copilot extension is not installed, so contextualization is not needed.
2023-11-14 08:36:09.933 [info] GitHub Copilot contextualization is disabled, so contextualization is not needed.
2023-11-14 08:36:09.933 [info] Contextualization is not needed because the GitHub Copilot extension is not installed and/or contextualization is disabled.
2023-11-14 08:36:21.143 [error] h.defaultValue?.toLocaleLowerCase is not a function: TypeError: h.defaultValue?.toLocaleLowerCase is not a function
at vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:219:9414
at Array.forEach ()
at m.getConnectionOptionsList (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:219:8919)
at m.getNonDefaultOptionsString (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:219:9523)
at ie.getNonDefaultOptions (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2403:76999)
at i.getTitle (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1531:93688)
at X.computeTabLabels (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3350:58668)
at X.handleOpenedEditors (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3350:48344)
at X.openEditor (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3350:48000)
at ie.doShowEditor (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3453:17375)
at ie.doOpenEditor (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3453:16781)
at ie.openEditor (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3453:15477)
at ne (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3350:53383)
at HTMLDivElement. (vscode-file://vscode-app/Applications/Azure%20Data%20Studio.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3350:53626)
at _ZoneDelegate.invokeTask (/Applications/Azure Data Studio.app/Contents/Resources/app/node_modules.asar/zone.js/dist/zone.js:443:35)
at Zone.runTask (/Applications/Azure Data Studio.app/Contents/Resources/app/node_modules.asar/zone.js/dist/zone.js:214:51)
at ZoneTask.invokeTask [as invoke] (/Applications/Azure Data Studio.app/Contents/Resources/app/node_modules.asar/zone.js/dist/zone.js:525:38)
at invokeTask (/Applications/Azure Data Studio.app/Contents/Resources/app/node_modules.asar/zone.js/dist/zone.js:1727:22)
at globalCallback (/Applications/Azure Data Studio.app/Contents/Resources/app/node_modules.asar/zone.js/dist/zone.js:1758:31)
at HTMLDivElement.globalZoneAwareCallback (/Applications/Azure Data Studio.app/Contents/Resources/app/node_modules.asar/zone.js/dist/zone.js:1794:20)
Extension version: 1.0.0
Azure Data Studio version: azuredatastudio 1.47.0 (c7c2b2f21505562d21972d4c135119d00806db4f, 2023-11-07T17:19:19.203Z)
OS version: Darwin arm64 23.0.0
Restricted Mode: No
Preview Features: Enabled
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
The text was updated successfully, but these errors were encountered: