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

Allow to override the shell for contributed tasks #36342

Closed
dbaeumer opened this issue Oct 16, 2017 · 2 comments
Closed

Allow to override the shell for contributed tasks #36342

dbaeumer opened this issue Oct 16, 2017 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality tasks Task system issues verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@dbaeumer
Copy link
Member

See #36216 why that would be useful.

@vscodebot vscodebot bot added the tasks Task system issues label Oct 16, 2017
@dbaeumer dbaeumer added feature-request Request for new features or functionality tasks Task system issues and removed tasks Task system issues labels Oct 16, 2017
@dbaeumer dbaeumer added this to the Backlog milestone Oct 16, 2017
@dbaeumer dbaeumer modified the milestones: Backlog, November 2017 Nov 8, 2017
@dbaeumer dbaeumer modified the milestones: November 2017, January 2018 Dec 4, 2017
@alexdima alexdima modified the milestones: February 2018, December 2017 Dec 12, 2017
@ramya-rao-a
Copy link
Contributor

@dbaeumer Is this still meant for the January milestone? If not, can you move it to February milestone?

@dbaeumer dbaeumer modified the milestones: January 2018, February 2018 Jan 30, 2018
@dbaeumer dbaeumer modified the milestones: February 2018, March 2018 Feb 26, 2018
@dbaeumer dbaeumer added the verification-needed Verification of issue is requested label Mar 13, 2018
@dbaeumer
Copy link
Member Author

To verify specify a different shell for a type script build task. For example for Windows configure cmd.exe.

        {
            "type": "typescript",
            "tsconfig": "tsconfig.json",
            "option": "watch",
            "options": {
                "shell": {
                    "executable": "C:\\Windows\\System32\\cmd.exe",
                    "args": [
                        "/d", "/c"
                    ]                    
                }
            },
            "problemMatcher": [
                "$tsc-watch"
            ]
        }

@roblourens roblourens added the verified Verification succeeded label Mar 28, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality tasks Task system issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants