Skip to content

fixup: kconfiglib error on vscode console #237

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

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

polarvid
Copy link
Contributor

@polarvid polarvid commented Jul 10, 2024

fixup: kconfiglib exception on vscode terminal

For the vscode terminal on remote server,
there is a chance that the client language
is not identical to server. And hence the
language required may not be supported
by server environment. Finally,
we will see an exception occurred with
kconfiglib.

To fix this issue, this patch will check if
the LANG is supported. And set a fall
back option if not.

See RT-Thread/rt-thread#8843.

@polarvid polarvid marked this pull request as ready for review July 10, 2024 05:32
For the vscode terminal on remote server,
there is a chance that the client language
is not identical to server. And hence the
language required may not be supported
by server environment. Finally,
we will see an exception occurred with
kconfiglib.

To fix this issue, this patch will check if
the LANG is supported. And set a fall
back option if not.

See RT-Thread/rt-thread#8843.

Signed-off-by: Shell <[email protected]>
@mysterywolf mysterywolf merged commit a67c82c into RT-Thread:master Jul 10, 2024
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.

2 participants