Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: Add powershell to config file #2

Open
1 task
SOlangsam opened this issue May 5, 2022 · 2 comments
Open
1 task

Idea: Add powershell to config file #2

SOlangsam opened this issue May 5, 2022 · 2 comments

Comments

@SOlangsam
Copy link

SOlangsam commented May 5, 2022

First of all thank you for your extension!

I have added a new line for powershell support, maybe you can add it.

  • Idea: Add powershell

{
"python": [ "python", [ "-c", "${code}" ] ],
"typescript": [ "ts-node", [ "-T", "--skip-project", "-e", "${code}" ] ],
"javascript": [ "node", [ "-e", "(async () => { ${code} } )()" ] ],
"ruby": [ "ruby", [ "-e", "${code}" ] ],
"shellscript": [ "bash", [ "-c", "${code}" ] ],
"bash": [ "bash", [ "-c", "${code}" ] ],
"powershell": [ "powershell", [ "-Command", "${code}" ] ]
}

@JacksonKearl
Copy link
Owner

Sure! If you open a PR I'll take a look. The change would be in package.json

digitalfiz added a commit to digitalfiz/vscode-handydandy-notebook that referenced this issue May 5, 2022
@digitalfiz
Copy link

Came here to ask this and saw the offer of accepting PRs so I made one #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants