orellabac / snowflake-sp-syntax-coloring

Simple Syntax Coloring for Snowflake SP
3 stars 0 forks source link

Run on active connection not visible with SnowScript JS enabled #2

Open ed-scott opened 3 years ago

ed-scott commented 3 years ago

When enabled, the Run on Active Connection button disappears for .sql files. I have attached two screenshots of the same file, one with snowscript js enabled and and one with it disabled. I have created a connection to Snowflake using SQLTools using the Snowflake Driver.

SnowScript JS enabled: image

Snowscript JS disabled: image

orellabac commented 3 years ago

Mmm that seems to be related to the SQLtools extension. Let me install it and try it out

ed-scott commented 3 years ago

Thanks - it's not too bad whilst writing a new SP, but when testing it is slightly annoying as I either have to enable / disable it or just leave it off. The workaround is highlighting the code, right clicking and clicking "Run selected Query" which isn't too bad but would be good to get the button available again!