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

Notice: terminal.integrated.shell.* can be null in the upcoming v1.35 #3718

Closed
Tyriar opened this issue May 31, 2019 · 6 comments
Closed

Notice: terminal.integrated.shell.* can be null in the upcoming v1.35 #3718

Tyriar opened this issue May 31, 2019 · 6 comments
Assignees
Labels

Comments

@Tyriar
Copy link
Member

Tyriar commented May 31, 2019

See microsoft/vscode-python#5743 and microsoft/vscode#74233, you may also be affected by this. If you detect the shell based on the terminal.integrated.shell.* setting you can no longer do this unless the user has specified a shell.

@sean-mcmanus
Copy link
Collaborator

I don't see that setting in our code.

@WardenGnaw @pieandcakes Are you guys checking this setting somewhere else or can I close this issue?

@pieandcakes
Copy link
Contributor

We don't use it specifically as we tell VS Code to run stuff in the terminal through the DA's RunInTerminal command. @Tyriar are you suggesting that we need to check that value now or do i need to ask VS Code for clarification?

@pieandcakes pieandcakes self-assigned this May 31, 2019
@Tyriar
Copy link
Member Author

Tyriar commented May 31, 2019

Only if you were reading that setting and using the value, assuming it would always be string do you need to do anything (as it is now a string | null).

@pieandcakes
Copy link
Contributor

@Tyriar Thanks for clarifying it. We currently don't do anything with that value so I'll close this. Thank you for the heads up regarding the change.

@Gongyihang

This comment has been minimized.

@pieandcakes

This comment has been minimized.

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

No branches or pull requests

4 participants