Heath Stewart
Heath Stewart
> How to write the DetectCondition expression? Colud you provide the example? I'm confused with this attribute. @yang-shuaijun please see https://wixtoolset.org for docs and support of WiX.
See https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module for how to track the tool dependency while using it only during tool runs. Also see https://spec.graphql.org/draft/#sec-Document: a .graphql file can contain multiple named definitions, or a single...
For some inspiration, see https://go.dev/blog/generate and https://cs.opensource.google/go/x/tools/+/master:cmd/stringer/stringer.go
I never have this problem IIF I initially add a `.gitattributes` with `* text=auto`. This is often recommended for repos that are likely to be cloned on Windows vs. Mac...
> > I never have this problem IIF I initially add a .gitattributes with * text=auto > > @heaths, are you on Windows? If you never have issues with that,...
I'll consider it. Notes to self: * See https://learn.microsoft.com/azure-data-studio/extensions/add-extensions * May just need to either bifurcate the build to get separate `package.json`, or can they be combined as a single...
Seems this is working as-is: You can just download it from the releases page here and install as a VSIX directly in ADS.
What do you mean, "won't show up"? It shows up in the Extensions pane once you install the VSIX from a file, and you have to activate it via key...
I'll consider adding it to ADS's extension "store", but my point is that if you download the VSIX and `Install from VSIX` like I did in the Windows Sandbox using...
I've actually been considering a change - hopefully without breaking existing versions (would definitely be a new major version) - that could accommodate this, but instead of just custom formats...