Falken Sakurai

Results 30 comments of Falken Sakurai

This bug can be resolved by adding `toString()` in the erroneous functions listed below: ## utils.ts/normalizePath ```typescript export function normalizePath(p: string, opt: PathNormalizationOptions): string { const normCase: NormalizationSetting = opt...

This problem pops up only on the WSL version of VSCode so far, and there is no problem on Windows version temporarily.

By casting the parameters passed into the suspicious functions into string can also resolve the problem temporarily on WSL2 version of the VSCode.

Hi DoubleLabyrinth, Thank you for your amazing work. I was wondering if you could send me a copy of the required dll Thanks in advance.

I turned on the verbose logging, but there are nothing STDERR in clangd logs with the verbose on. After reloading the VSCode on WSL, the problem disappeared magically.

Ran into this issue today. Please keep this issue open.

(现在回退到1.2.7版本后暂时正常) 这是在2.0.0-beta25版本的配置: ![image](https://github.com/xianyukang/MyKeymap/assets/58453886/2d39a684-af48-4794-aa13-3af13ecd037c) 同一个配置在1.2.5, 1.2.7版本均可正常工作. 并且, 在2.0.0-beta25版本下**输入文本或按键**配置为输入其他文本或按键也无法正常工作, 按CapsLock无任何反应.

补充: 有时还会出现在**自定义热键**中配置alt+CapsLock切换CapsLock状态后, 连续按alt+CapsLock只会开启CapsLock而无法关闭CapsLock的bug, 需要间隔1s以上再按才能关闭

之前用abc这种纯字符串测试也是同样的结果, 没有任何反应