-
Notifications
You must be signed in to change notification settings - Fork 690
Open
Description
🐛 Bug Report
I have tried two different ways to change the defalut programming language:
ctrl+shift+pto find leetcode switch defalut languagectrl+,to change the config
But when I push code now button, it allways use the cpp language rather than the one I have set. I have tried to change to java\ golang\rust\c. All failed.
Extension Output
Paste here the LeetCode extension log from output channel.
Guidance: Press Ctrl+Shift+U, and toggle the channel to LeetCode.
Your Environment
- os: ubuntu 22.04
- nodejs version: 20.10.0
- vscode version: 1.87.0
- extension version: 0.18.1
"leetcode.endpoint": "leetcode-cn",
"leetcode.editor.shortcuts": [
"submit",
"test",
"solution"
],
"leetcode.showCDescription": true,
"leetcode.workspaceFolder": "/home/wang/Documents/github/leetcode",
"leetcode.hint.configWebviewMarkdown": false,
"leetcode.defaultLanguage": "golang",
"leetcode.hint.commandShortcut": false,
"leetcode.hint.commentDescription": false,
"leetcode.filePath": {
"default": {
"folder": "${ext}",
"filename": "${id}.${kebab-case-name}.${ext}",
"exec": "build/${id}.${kebab-case-name}",
}
},Metadata
Metadata
Assignees
Labels
No labels
