vscode-postgres icon indicating copy to clipboard operation
vscode-postgres copied to clipboard

I don't have the table format

Open RikkuKaiser opened this issue 1 year ago • 1 comments

I am using ubuntu 20.04 when I make a query to the database it returns a simple format image

RikkuKaiser avatar May 31 '23 17:05 RikkuKaiser

This likely has to do with your theme.

The background color of the results view is this:

background-color: var(--vscode-editor-background, var(--theme-background));

and the cell border colors are this:

border-color: var(--vscode-panel-border);

my guess is that for you, those colors end up being the same.

Borvik avatar Jun 30 '23 10:06 Borvik