Anthony Conrad (parithon)
Anthony Conrad (parithon)
I have included the necessary functionality to accomplish this enhancement using a `.twitchignore` document but I'm waiting for @clarkio to finish his changes to the source before I publish a...
I'm leaning toward only including files that aren't ignored in gitignore and are in the workspace folder. I believe that would encompass the majority of the scenarios. We could keep...
Here are some docs on how to accomplish this goal: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/github-release?view=azure-devops
We could do the following to update the `..` version of the package.json prior to publishing to the Marketplace, then pull that change out to create the Github release tag....
With this in mind, should we rename the repo? I liked your description on stream, vscode-line-highlighter.
It appears they call commands in Azure Account from Azure Functions. See https://github.com/Microsoft/vscode-azurefunctions/blob/03274e2bbea279cc7b68663665cfffafb8f2c7dc/src/extension.ts#L91
I was thinking about that as well and I wondered, why do we need the language server? I agree that we need to separate the UI components from the chat...
Removed milestone 0.2.0 since we already baked that stone...
@barronwei For me the following works for me: ``` FROM node:12.6.0-alpine ... RUN export NGROK_ARCH=linuxia32 \ && npm run ci --silent --only=production ```
With the closure of #5746, should this issue be closed as well? Is support for _Protected Users_ now available?