From 9439235ca9dfffb1a68cae168604249ebd36b8c0 Mon Sep 17 00:00:00 2001 From: Johnson Cherian Date: Fri, 22 Dec 2023 00:31:14 +0530 Subject: [PATCH] fix: revert vscode settings changes --- .vscode/settings.json | 46 +++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8e3e8ecd2a..24a4397851 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,23 +1,27 @@ { - "[javascript, typescript]": { - "editor.defaultFormatter": "dbaeumer.vscode-eslint" - }, - "eslint.validate": [ - "javascript", - "javascriptreact", - "typescript", - "typescriptreact" - ], - "eslint.format.enable": true, - "editor.formatOnSave": false, - "json.schemas": [ - { - "fileMatch": ["/*.operations.json"], - "url": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json" + "[javascript, typescript]": { + "editor.defaultFormatter": "dbaeumer.vscode-eslint", }, - { - "fileMatch": ["/*.manifest.json"], - "url": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json" - } - ] -} + "eslint.validate": [ + "javascript", + "javascriptreact", + "typescript", + "typescriptreact" + ], + "eslint.format.enable": true, + "editor.formatOnSave": true, + "json.schemas": [ + { + "fileMatch": [ + "/*.operations.json" + ], + "url": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json" + }, + { + "fileMatch": [ + "/*.manifest.json" + ], + "url": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json" + } + ] +} \ No newline at end of file