John Murray
John Murray
The fix for this in the PostgreSQL driver was apparently done in https://github.com/mtxr/vscode-sqltools/pull/485
/needsMoreInfo
Are you using the Go extension? If so, have you followed the advice at https://code.visualstudio.com/docs/languages/go#_semantic-syntax-highlighting?
Currently it's not possible for extensions (not even the built-in Git one) to contribute to the context menu of files in the Open Editors view. It was requested in #52713...
Also, please improve the title of this issue.
Your reference to "open editor code pane" misled me to think you were talking about entries on the "Open Editors" view. The menu you showed is the `editor/context` one, which...
@travelmail26 do you have this in your settings.json file? ``` "github.copilot.advanced": { "authProvider": "github-enterprise" } ``` If so, please delete that.
See https://github.com/microsoft/vscode/issues/242844#issuecomment-2705906632
/duplicate
Did you update to 1.98 yet?