mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
[json] remove console logs
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user