ddbtrmatic
ddbtrmatic
 I often forget the hotkeys for seldom used tools. Adding shortcuts to the taskbar context menu will be a huge usability improvement.
This issue occurs for me as well, and has across a number of versions of vs code and typescript. It happens somewhat randomly. For example, I just moved a directory...
The confusion is caused by the fact that adding a value to the empty `options` changes the semantics of how node-config handles it, from a replacement to a merge. Someone...
> Likely dupe of [#39438](https://github.com/microsoft/PowerToys/issues/39438) .. And the likely cause (and temporary solution) is in [#39441](https://github.com/microsoft/PowerToys/issues/39441) ... Run CmdPal as normal user instead of Admin... I am running as a...
I'm working from another location now and I do see the extension list when searching. This bug report might be changed to a feature request for better feedback in the...
Parsing error is present in version `3.2.2` as well. ```sql DECLARE @result XML; SET @result = (SELECT 'Value' as SomeValue FOR XML RAW, ROOT('Data')) ```