提交 667451bc 编写于 作者: M Martin Aeschlimann

[json] remove console logs

上级 3cda0954
......@@ -236,8 +236,6 @@ function getSettings(): Settings {
let folderUri = folder.uri;
let schemaConfigInfo = workspace.getConfiguration('json', folderUri).inspect<JSONSchemaSettings[]>('schemas');
console.log(`workspaceValue : ${!!schemaConfigInfo!.workspaceValue}`);
console.log(`workspaceFolderValue : ${!!schemaConfigInfo!.workspaceFolderValue}`);
let folderSchemas = schemaConfigInfo!.workspaceFolderValue;
if (Array.isArray(folderSchemas)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册