From 98bdd8d0b1b469be302f9f379d079cb4f34b7146 Mon Sep 17 00:00:00 2001 From: hari-selvarajan_data Date: Fri, 27 Dec 2024 08:14:31 +0000 Subject: [PATCH] commit for offline install --- .vscode/settings.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f8b04f126..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "[go]": { - "editor.insertSpaces": false, - "editor.formatOnSave": true - }, - "go.lintTool": "golangci-lint", - "go.lintFlags": [ - "--fast" - ], - "go.useLanguageServer": true, - "gopls": { - "formatting.gofumpt": true - }, - "files.trimTrailingWhitespace": true, - "files.insertFinalNewline": true, - "files.trimFinalNewlines": true, - "python.envFile": "${workspaceRoot}/.env", - "python.analysis.stubPath": ".vscode", - "jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#\\s*%%|#\\s*\\|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])", - "jupyter.interactiveWindow.cellMarker.default": "# COMMAND ----------" -}