RainyCityCoder

Results 3 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.