John
John
Thanks @bartvanandel! Mine were a bit too small, so I changed a couple of the parameters like this: `for %f in (*.svg) do svg2png -w 64 -h 64 -o %~nf.png...
Yes, I tried that to see that it was related to the file association, and that flow works. However, having a proper formatting association for .mongo to .js would definitely...
edit: spoke too soon.... below solution makes the formatter work, but it does not run the mongo command. =================== @StephenWeatherford found a quick fix! Adding the following to your vscode...
Great points. Figured there must be reasons why you picked `mongo `as a language instead of piggybacking off of `javascript`. Thinking there are two options: 1) Looking into best way...
I like option 3 as well. That seems like it should be the easiest to implement. However, looks like the vscode api currently does not support this: See this issue:...
@oshalygin I'm interested in helping out. LMK how I can join the effort.
@atoomic I'm facing same issue. Did you find a workaround?
I know this is not totally related, but since this post helped me I wanted to help others that might stumble on here. My case was a isolated one in...
I found this app while looking for this very feature. The reason is because I like to keep my dock hidden to maximize screen real estate. However, only way apps...
Looks to me like this is the call stack that is responsible for the hang: ``` goroutine 1 [syscall, 15 minutes, locked to thread]: syscall.Syscall6(0xc000d11ce0?, 0xc000e2b1e0?, 0xc000dbe97e?, 0xc000dbeaa0?, 0x55c538c76a4e?, 0xc000b39f70?,...