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

TerminalTaskSystem: Add support for nushell #238440

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dylanchu
Copy link

so that it won't fallback to have extra "/d /c" arguments added

Since this commit was reverted, this should be a safe fix for nushell to work just out of the box with vscode.ShellExecution. And this should fix #169821 for nushell.

so that it won't fallback to have extra "/d /c" arguments added
@dylanchu
Copy link
Author

I'm wandering if we can have the "executable to additional arguments" conf in settings.json. Then vscode can try to fetch the arguments from it or fallback to the default arguments specified by another key-value field instead of the hard coded "/d /c". But I'm not an expert on vscode dev, maybe someone can help to implement this later (if it's resonable).

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

Successfully merging this pull request may close these issues.

VS Code is still adding /d /c to task commands
2 participants