RainyCityCoder
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" } ```
v0.6.0 now having this issue.
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.