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

Compatible with Visual Studio Code (cmd) #1416

Merged
merged 1 commit into from
Nov 29, 2017
Merged

Conversation

gucong3000
Copy link
Contributor

@gucong3000 gucong3000 commented Jun 23, 2017

image

@gucong3000 gucong3000 changed the title Compatible with Visual Studio Code Compatible with Visual Studio Code (cmd) Jun 23, 2017
@gucong3000
Copy link
Contributor Author

config.json of vscode

{
    "terminal.integrated.shell.windows": "cmd.exe",
    "terminal.integrated.shellArgs.windows": [
        "/k",
        "D:\\Program Files\\cmder\\vendor\\init.bat"
    ]
}

@Stanzilla
Copy link
Member

Can you explain why this is needed, please?

@gucong3000
Copy link
Contributor Author

Without is PR, vscode can not use cmder.

@gucong3000
Copy link
Contributor Author

And it will work for other IDEs.

@gucong3000
Copy link
Contributor Author

#1417

Copy link
Member

@MartiUK MartiUK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@Stanzilla Stanzilla requested a review from daxgames October 29, 2017 16:10
@gucong3000
Copy link
Contributor Author

What can I do for help?

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.

3 participants