From 359f4b925fcf5f3399ff285c57dd8bc31ad9559e Mon Sep 17 00:00:00 2001 From: Shubham Ingale <77089227+SGI-CAPP-AT2@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:46:10 +0530 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d08661f7..a7d5dbae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + // THIS SHOULD BE IGNORED BEFORE RUN // "editor.minimap.enabled": false, "html.format.wrapAttributesIndentSize": 4, "[dart]": { @@ -15,4 +16,4 @@ "editor.codeActionsOnSave": { "source.fixAll": "explicit" } -} \ No newline at end of file +}