Jake Bolton
Jake Bolton
I found a couple of settings, do any of them help? ```jsonc // Use the vscode API to clear the terminal since that's the only reliable way to clear the...
@andschwa and @corbob If you have a working case and test case -- check the log file, it prints the parameters that are sent -- ( In the past, there...
## Maybe the source? Below, `state=open_faild` seems to be the trigger, and that is being added right here: - [openUrl.js](https://github.com/sienori/Tab-Session-Manager/blob/908a08c8705be60478093ba3950ddf3f20e9d9a9/src/popup/actions/openUrl.js#L11) You could try removing the param ## otherwise Windows will...
@Half-Shot Maybe I'm missing something, can't you just url-rewrite the `.webp` to `.png` for slack? Without any transcoding? The [api lets you choose filetype](https://discord.com/developers/docs/reference#image-formatting) For example, these both work. -...
@andschwa It looks like - the `textmate` scope is right - the `semantic scope` is overriding it as a `function` - If I wrap it as `(-6)`, it gets the...
You can include your own functions with the new VS Code extension: - https://github.com/microsoft/vscode-powerquery-sdk
> When `'` is choosen, apply the PowerShell escaping rules. It's more complicated than quoted pairs, for example: - First there's one double-quoted string starting `“` and ending with `"`...
> Another option here, honestly, is to not fix it... So if you fix it for ANSI escapes ## The Short Version is that Microsoft says: > ["For all new...
Meta: Should I have broken this into two issues? (I submitted on the wrong account)
@rjmholt This was resolved in #1638 . Do I need to do anything to close my ticket?