-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
Add Kusto Query Language (KQL) #968
Conversation
After reading other PR conversations, I see there might be 1 or 2 issues in my PR.
|
Hi @diligent176, regarding your first point, it is really important that the SVG is really made of vectors and not simply a wrapper of an image. So base64 is not acceptable. But as I take a look at the logo I think that it could be recreated easily as an SVG vector graphic. You can ping me if you need some help here. Regarding the language identifiers it is not necessary that they are listed in the link that you provided. These are just the language identifiers which are supported by VS Code by default. The other language identifiers can be added by installing some additional extensions. Probably there's an extension for KQL that provides some support for this language, right? So don't worry about this. |
Thanks for the quick reply @PKief! |
I found a nice tool at https://autotracer.org - did a good job tracing the png and saving a vector file. Easy peasy. @PKief I have perfected the masterpiece now. ;-) |
OK I think I'm finally done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I slightly updated the scaling of the icon a little bit so that there's some space around it. This additional space can be found in every icon, so just to be consistent here. It looks pretty nice, I like it :)
Kusto Query Language (.kql) for Azure Log Analytics