vscode-leetcode-cpp-debug
vscode-leetcode-cpp-debug copied to clipboard
哈喽,你知道这个情况是怎么回事吗,cannot open source file "commoncppproblem5.h"。其他题目也有类似的情况。

这个commoncppproblem5.h应该是别的插件生成的吧。比如第7行这个注释,看起来就是
https://github.com/wangtao0101/vscode-debug-leetcode 生成的。
这个
commoncppproblem5.h应该是别的插件生成的吧。比如第7行这个注释,看起来就是 https://github.com/wangtao0101/vscode-debug-leetcode 生成的。
噢,那我是不是应该只保留leetcode和你的插件,其他与leetcode相关的插件禁用
对,单一功能同一时间只开一个插件会更不容易出问题一点。