RainyCityCoder

Results 5 comments of RainyCityCoder

Try putting the path to your Python executable in settings.json: ``` "code-runner.executorMap": { "python": "path-to-your-env-python-executable-here" } ``` For example, mine would be: ``` "code-runner.executorMap": { "python": "/home/user/anaconda3/envs/vsc/bin/python" } ```

For posterity: adding `https://www.linkedin.com` under "Block Mode" in Settings and selecting "allow everything" from the drop-down associated with that entry fixes the issue.

I'm planning to submit a PR for this shortly.

> Try https://blog.ni18.in/fix-remote-invalid-username-token-git-error/ The SSH key works in Codium, but OAuth still doesn't. I'm able to clone within Codium in a different local machine user account using GitHub username and...