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

Opening error console

Open mirek-resq opened this issue 6 years ago • 0 comments

Every time I open some SQL file I get console open and get some error. It is annoying as I have to close it everytime I open SQL file. Can you fix it please?

[Error - 15:50:43] (node:12944) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'host' of null
    at c:\Users\mirek\.vscode\extensions\ckolkman.vscode-postgres-1.1.11\out\language\server.js:359:47
    at Generator.throw (<anonymous>)
    at rejected (c:\Users\mirek\.vscode\extensions\ckolkman.vscode-postgres-1.1.11\out\language\server.js:5:65)
    at process._tickCallback (internal/process/next_tick.js:68:7)
[Error - 15:50:43] (node:12944) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)

mirek-resq avatar Sep 24 '19 13:09 mirek-resq