fix(config): isolate plugin list reads from a broken JSONC layer
Plugin listing still called readConfigFile per layer, so one unparseable project file made GET /api/config/plugins and VS Code listPluginEntries fail. Reuse readConfigLayer isolation and pin comment-only empty parse in the VS Code suite. Co-authored-by: serkraser <serkraser@gmail.com>
This commit is contained in:
co-authored by
serkraser
parent
8b086343fd
commit
6751c7dc7a
@@ -644,6 +644,7 @@ export {
|
||||
parseMdFile,
|
||||
writeMdFile,
|
||||
readConfigFile,
|
||||
readConfigLayer,
|
||||
isPlainObject,
|
||||
readConfigLayers,
|
||||
readConfig,
|
||||
|
||||
Reference in New Issue
Block a user