Eric MacFarland
Eric MacFarland
I'm encountering this issue with v2.2.2 as well. I rolled my extension back to v2.2.1 and "Toggle Line Comment" starts functioning again, so the problem appears to have been introduced...
Hmmm, I reinstalled v2.2.2 just now and the issue appears to have resolved itself! @Helmut-Onna does the issue still occur for you?
I just experienced the issue again, immediately after updating the language server. The same downgrade-then-upgrade approach resolved the issue, but I'm curious about why the LS update caused the issue.
I've run into a similar issue, but in my case I'm fetching a JSON Web Token from Azure (`access_token` in the below examples). As near as I can tell, it's...
@vitamon you may find the [docker engine api docs](https://docs.docker.com/engine/api/latest/) helpful. It's worth noting that while the docker CLI supports `docker run ...`, the engine requires you to first [create](https://docs.docker.com/engine/api/v1.37/#operation/ContainerCreate) a...