From 0df76c70a5796aa9ee8e99f7f032c3a4f3c605b3 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Tue, 24 Mar 2020 12:42:12 +0530 Subject: [PATCH] removed .vscode from git --- .vscode/extensions.json | 7 ------- .vscode/settings.json | 6 ------ 2 files changed, 13 deletions(-) delete mode 100755 .vscode/extensions.json delete mode 100755 .vscode/settings.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100755 index 8281e64..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100755 index 4af0465..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "terminal.integrated.env.linux": { - "PATH": "/home/rohan/.platformio/penv/bin:/home/rohan/.platformio/penv:/home/rohan/.cargo/bin:/home/rohan/bin:/home/rohan/.local/bin:/home/rohan/.nvm/versions/node/v12.10.0/bin:/home/rohan/miniconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/rohan/.cargo/bin", - "PLATFORMIO_CALLER": "vscode" - } -} \ No newline at end of file