Justin Grote
Justin Grote
@XiaoningLiu can you enable the use of variables such as ${workspaceFolder} for the Azure: Location setting? Currently I have to hard code it absolutely for each workspace.
So if this PR is updated to do the following: 1. Check if default azurite files exist and use those if present 2. If not, default to .azurite folder (or...
> @JustinGrote IMO a better order would be: > > 1. If a location is set in settings, always use that > 2. Otherwise if files exist in legacy default...
@TroyWitthoeft if @dpolivy doesn't pick it up, I might give it a go.
@e14mattc The architecture of Azure functions means that dotnet core languages (including c#) are "native", and all the others are "workers" that effectively run on c# and communicate back via...
@andschwa the goal of this PR was to fix up the Textmate grammar. I think the semantic highlighting has probably eschewed a lot of the usefulness of this (it was...
@andschwa I agree on all counts.
I'm just wondering why storage.type.powershell overrides meta.function.powershell on the "function" keyword. I see that javascript does the same thing, but why does storage.type take precedence over meta.function? Meta.function is more...
Also entity.name.type refers to the name of the function, e.g. function **MyFunction**, not the "function" keyword itself.  I'm working on a grammar injection extension that will add a more...
@msftrncs I think you got my response confused with @PhilipHaglund. @PhilipHaglund is saying that the function **keyword** should be `entity.name.type`. I agree with you that it should not, it should...