提交 c0f8d126 编写于 作者: M Martin Aeschlimann

IntelliSense not work in settings.json . Fixes #33069

上级 7dc1ddd3
......@@ -204,6 +204,7 @@ function getSettings(): Settings {
}
let folders = workspace.workspaceFolders;
if (folders) {
folders.forEach(folder => {
let jsonConfig = workspace.getConfiguration('json', folder.uri);
let schemaConfigInfo = jsonConfig.inspect<JSONSchemaSettings[]>('schemas');
......@@ -226,6 +227,7 @@ function getSettings(): Settings {
});
};
});
}
return settings;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册