Python-vscode
Python-vscode copied to clipboard
Allow `#!/usr/bin/env` to be used.
The README requires a shebang of #!/usr/bin/python{2,3}. Often the following shebangs are used instead:
#!/usr/bin/env python2
#!/usr/bin/env python3
It'd be awesome if the plugin supported these as well.