-
Notifications
You must be signed in to change notification settings - Fork 668
[ERROR] Not supported language #352
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
Comments
@Zhuoli If you want to solve this problem in |
Thanks for the explanation, later I realized that not all the problems support C# language; does that mean for problem 193 it only support Bash? And do you have plan to support C# for all the leetcode problems? |
Hi @Zhuoli, You can see that the LeetCode official site only support bash for Problem No. 193. The language support scope for the extension is just the same as the website. So I guess it's actually a question that the LeetCode official team could give an answer. Since it's not an issue actually, I'm closing it for now. Thanks. |
🐛 Bug Report
Start from this afternoon, I keeps getting this error from all of my PCs and Mac.
Error: Command "node "C:\Users\XXX.vscode\extensions\shengchen.vscode-leetcode-0.15.1\node_modules\vsc-leetcode-cli\bin\leetcode",show,193,-c,-l,csharp" failed with exit code "0". Please open the output channel for details.
To Reproduce
Click on "Code now".
Expected behavior
Error pops up when click on "Code Now", and all kinds of languages except "Bash" is shown as not supported.
Extension Output
Error: Command "node "C:\Users\XXX.vscode\extensions\shengchen.vscode-leetcode-0.15.1\node_modules\vsc-leetcode-cli\bin\leetcode",show,193,-c,-l,csharp" failed with exit code "0". Please open the output channel for details.
[ERROR] Not supported language "csharp"
[WARN] Supported languages: bash
Guidance: Press
Ctrl+Shift+U
, and toggle the channel toLeetCode
.Your Environment
The text was updated successfully, but these errors were encountered: