使用vscode和leetcode插件报错:TreeNode cannot be resolved to a type

img

#报错:TreeNode cannot be resolved to a type

#我的解答思路和尝试过的方法 :import javax.swing.tree.TreeNode;紧接着就会冒出这个错误:

img

#我只想要试试leetcode插件怎么用的,请教。

TreeNode这个类应该是要自定义的,被你给注释掉了。

img