Piotr Krukowiecki
Piotr Krukowiecki
Please add option to split values into multiple lines if the value contains newline characters. This way it's easier for humans to read such file. If you make a change...
I have "Wrap lines after escaped newline characters" option enabled. Following value: ``` void foo() { ++x; } ``` should be encoded as: (1) ``` void foo() {\n\ \ ++x;\n\...
**Describe the bug** I'm getting error after `Deno: Initialize Workspace Configuration`: ``` [Error - 8:23:27 PM] Deno Language Server client: couldn't create connection to server. Error: spawn EINVAL at ChildProcess.spawn...
Hi, Please add support for "fuzzy search" when searching for symbols in **Workspace** for Javascript/Typescript symbols. Ideally it should work the same as "Go to File". According to https://stackoverflow.com/questions/59752257/how-can-i-search-symbols-with-partial-words-in-vs-code-with-intellisense such...