vscode-leetcode-cpp-debug icon indicating copy to clipboard operation
vscode-leetcode-cpp-debug copied to clipboard

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

Open gongyuanze111 opened this issue 3 years ago • 3 comments

image

gongyuanze111 avatar Jan 13 '23 04:01 gongyuanze111

这个commoncppproblem5.h应该是别的插件生成的吧。比如第7行这个注释,看起来就是 https://github.com/wangtao0101/vscode-debug-leetcode 生成的。

xavier-cai avatar Jan 13 '23 07:01 xavier-cai

这个commoncppproblem5.h应该是别的插件生成的吧。比如第7行这个注释,看起来就是 https://github.com/wangtao0101/vscode-debug-leetcode 生成的。

噢,那我是不是应该只保留leetcode和你的插件,其他与leetcode相关的插件禁用

gongyuanze111 avatar Jan 14 '23 02:01 gongyuanze111

对,单一功能同一时间只开一个插件会更不容易出问题一点。

xavier-cai avatar Jan 16 '23 03:01 xavier-cai