added extra alias for python 3.10
This commit is contained in:
parent
5641f671d1
commit
8403e0f512
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"version": "3.10.0",
|
"version": "3.10.0",
|
||||||
"aliases": ["py", "py3", "python3"]
|
"aliases": ["py", "py3", "python3", "python3.10"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue