Kevin Loughead
Kevin Loughead
Still an issue inside tags for these deps ```json { "devDependencies": { "@prettier/plugin-ruby": "1.5.5", "prettier": "2.2.0", "prettier-plugin-erb": "0.2.0" } } ``` Also for 0.3.0. But it seems to work with...
Same issue with the more recent versions, except is was happening with `` instead of ``. These versions: ```json "devDependencies": { "@prettier/plugin-ruby": "^3.1.2", "prettier": "^2.6.2", "prettier-plugin-erb": "^0.4.0" } ``` ...
I've still not found a viable solution, although my experience is a bit different than what's been described so far. Using Ubuntu 20.04 WSL2, I have no trouble copy/pasting with...
Thanks @mateuszkozakiewicz , but maybe I wasn't as clear as I should have been. Copy/pasting works fine in VSCode integrated terminal accept when I have micro opened in it.
Hi, I had a [similar issue](https://github.com/typicode/json-server/issues/1483#issue-2077470812) with a different flag, you could try using v0 instead of v1
I'm running into this issue trying to use pryjs on WSL 1. I do have python installed and it is on my path, in /usr/bin. Any thoughts on fixing this?
I have tried both the old version and the new version and am still getting "command 'extension.sidePreview' not found" errors when trying to use side preview. Similar message occurs when...
Anyone found any solutions to this? I'm stumped. I tried comparing the output of `code . --verbose` in my distro that is starting in the wrong directory (first block) with...