Rpinski / vscode-shebang-snippets

Shebang Snippets Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=rpinski.shebang-snippets
MIT License
23 stars 10 forks source link

how can I set python3 shebang ? #4

Closed ghost closed 6 years ago

ghost commented 6 years ago

default python shebang is python2 -> #!/usr/bin/env python what should i do ? thank you .

Rpinski commented 6 years ago

You're right, I'll make python3 the default, but let users the option to insert python though choice values.