-
Notifications
You must be signed in to change notification settings - Fork 668
python3本地调试会报错 #206
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
add |
You can have a try as @Vigilans said. For now, the leetcode extension does not have the syntax highlighting feature there. So if users want to have this feature, they need to install some language-specific extensions, also there are some additional works to do to make them work together. |
Thank you, it works. |
def twoSum(self, nums: 'List[int]', target: int) -> 'List[int]': |
🐛 Bug Report
设置python3为默认语言,使用leetcode默认定义在本地调试会报错:undefined name name,这可能应该算python调试插件的问题
To Reproduce
提交代码至leetcode没有问题。
就是本地debug报错。屏蔽flake8(F821)也不行。
报错信息:
Expected behavior
可以正常调试,不报错。
Your Environment
The text was updated successfully, but these errors were encountered: