formulahendry / formulahendry/vscode-code-runner
[Feature request]
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
I was running a code which uses the logic of generator using python, when i run the code, it showed me the following error,
**File "/home/phytec/Downloads/bin_test/pseudo.py", line 10
yield from loc(limit)
^
SyntaxError: invalid syntax**
> **yeild from** is the syntax for the python generator which was introduces in the 3.3 version, not in the earlier versions
> Meanwhile i also run the code manually in the terminal using python3 command it worked.
> So, to me the **_Code Runner_** is not running the latest version of python.
I do request to update the version of the python to the latest one.
Best regards,
DJ
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.