Python-vscode icon indicating copy to clipboard operation
Python-vscode copied to clipboard

Allow `#!/usr/bin/env` to be used.

Open ryanpcmcquen opened this issue 8 years ago • 0 comments

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.

ryanpcmcquen avatar Apr 18 '17 23:04 ryanpcmcquen