【发布时间】:2021-08-07 18:15:38
【问题描述】:
我刚开始在 VS Code 中遇到此错误,导致我无法创建新文件甚至无法打开文件。 VS Code 显示的弹出错误是(this.configurationService.getValue(...) || []).filter is not a function
这个错误/错误甚至阻止我打开扩展选项卡或启动基本热键。其他人有这个问题吗?
【问题讨论】:
-
使用调试器找出
this.configurationService.getValue(…)返回的内容
标签: python json debugging visual-studio-code