Michael Reddick
Michael Reddick
I ran into this problem using docker-compose on Ubuntu 20.10 WSL 2 distro. This fixed it for me: `export CLOUDSDK_PYTHON=/usr/bin/python2` (That's a 2 not a 3)
An intuitive interface behaves in a manner that people expect. I think anyone familiar with the web would not expect this behavior. Just my two cents. For an example of...
Are you using the LanguageConfiguration onEnterRules to do this? https://code.visualstudio.com/api/references/vscode-api#LanguageConfiguration On Tue, Apr 30, 2019 at 12:22 PM Luis Angel Rodriguez Guerrero < [email protected]> wrote: > Hello, working on the...
if you bind shift+enter and call editor.action.insertLineAfter it seems to preserve the indentation and move the cursor. On Tue, Apr 30, 2019 at 2:27 PM Luis Angel Rodriguez Guerrero <...