-
On Android, using Spongy Castle, SSH connection:
SSHClient ssh = new SSHClient(new AndroidConfig());
ssh.addHostKeyVerifier(new PromiscuousVerifier());
ssh.connect(HOST, PORT);
fai…
-
## Description of the problem or steps to reproduce
There are several situations where Micro's copy-paste support apparently fails, especially when attempting to copy from or paste to locations out…
-
Hi,
I seem to be having issues connecting to Pis running Bullseye, I get "Oops, could not establish a connection. Please check hostname and your network. "
I'm connecting with a pub key and passph…
-
Pressing Ctr + P and entering a path e.g. `/etc/nginx/nginx.conf ` results in the following error:
```
[ERROR] Error while connecting to SSH FS :
Error: Couldn't find a configuration with the n…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
The roadmap (#31) currently mentions "clean up API" for the v0.7.0 release, so I'm filing this ticket to discuss possible things that could be cleaned up.
Here's some of the things that I would lik…
-
**Checklist**
- [x] The issue is about this extension and NOT about a fork.
- [x] Checked the [ALL the SUPPORT](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/support.…
delfu updated
10 months ago
-
### Issue: Multiple Errors While Building WaVe
Hi,
My name is Celine, and I am currently pursuing my Master's from Universität des Saarlandes. I am using WaVe as a part of my thesis, and I encou…
-
When I try to connect our IBM Power 9 remote server (RedHat), I get `Can't connect to xxx: unreachable or not Linux x86_64 (Linux ppc64le)` error. Since the extension purely depends on ssh and the ppc…
-
Great work setting this up. I had to revert from 0.11 to 0.10 because of a dependency issue. Looks like switch from import to require for some of the libs is breaking my setup.
parcel -V is 1.7.1…