RokkuCode
RokkuCode
The library does not handle bogus cfg format. So if you do this: ``` key1/test1 = value1 key2_test2 = value2, with comma key3,test3 = value3 ``` it returns that: ```...
alternatively: use the key directly with the ssh command: ``` ssh -i ~/.ssh/id_ [email protected] whoami ``` in my opinion using passwords with ssh should removed and key only auth should...
vscode tries to source the zshrc, but you shoul have a look at vscode.process in developer tools, to verify that the PATH var is correctly loaded. if not then there...
Having a built in "rm" command that has "-rf" by default is for me a violation of principle of last suprise. default rm does not work like this. why should...
I would love to donate because I am a long time user of your extension. I am very glad it exists and works very well for me. The new firefox...
The nimlangserver has problems when using with choosenim: https://github.com/nim-lang/langserver/issues/184 But without using choosenim the problem exists, too.
yes thats right. I have the same problems. please enable in the vscode nim extension setting "nimlangserver > trace: server" to verbose and post the informations from "output" (there is...