Skip to content

fixup: kconfiglib error on vscode console#237

Merged
mysterywolf merged 1 commit intoRT-Thread:masterfrom
polarvid:master
Jul 10, 2024
Merged

fixup: kconfiglib error on vscode console#237
mysterywolf merged 1 commit intoRT-Thread:masterfrom
polarvid:master

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 <smokewood@qq.com>
@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