visual-studio-codegithub

What is this "chain" icon that appeared in the gutter of VS Code for me recently?


My VS Code from one day to another started appearing this icon as if it were a chain, next to the first line of files, and if skip line begins to appear in all, has anyone gone through this problem?

I'm thinking it's some extension, because I didn't touch anything and out of nowhere it appeared.

enter image description here


Solution

  • There is an issue related to this in the GitHub repository: microsoft/vscode #237740 issue

    Turning off PL/SQL, PostgreSQL or any extension that depends on them worked for me

    It's a bug in the vscode-database-client extension v8.1.1, see cweijan/vscode-database-client#1392.

    Installing v8.1.0 fixes it.

    Image

    By the way, this icon is mentioned in the description of the add-on. It seems that on January 14, 2025, a version 8.1.2 update was recently released.

    Execute SQL Query

    In the Database Explorer panel, click the Open Query button.

    cweijan.vsocde-postgresql-client2-icon-in-first-line