Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid sql syntax color highlighting when using temporary table in from clause #60

Closed
jsmircic opened this issue Nov 16, 2017 · 1 comment

Comments

@jsmircic
Copy link

  • SQL Operations Studio Version: sqlops 0.23.6 (8a3011756318a2ded1e6e84332230a2b2bf9c544, 2017-11-06T21:51:43.232Z)
  • OS Version: Windows_NT x64 10.0.15063

Steps to Reproduce:

  1. write SQL with a temporary table in from clause
    ex
    SELECT *
    FROM #temptable INNER JOIN dbo.SomeOtherTable ON ...

the entire text after #temtable is in green color, expected to have blue INNER JOIN

image

anthonydresser pushed a commit that referenced this issue Dec 18, 2017
Integrating the Material icon extension which is MIT licensed https://github.com/PKief/vscode-extension-material-icon-theme/blob/master/LICENSE.md.  If we get our own custom icon set we can swap this out.
@kburtram kburtram added this to the February Public Preview milestone Jan 23, 2018
@corivera
Copy link
Member

Closing this issue since it doesn't repro in the latest version of SqlOps

@adsbot adsbot bot locked and limited conversation to collaborators Mar 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants