commit 2e26361318228389a0c5c5b9620d92e1299e1779
parent 8302c4feb2fb7b61a4aaf17314b14f16d9bf925d
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Thu, 14 May 2026 07:31:04 +0530
Delete .vscode directory
Diffstat:
2 files changed, 0 insertions(+), 33 deletions(-)
diff --git a/.vscode/settings.json b/.vscode/settings.json
@@ -1,3 +0,0 @@
-{
- "r.lsp.promptToInstall": false
-}-
\ No newline at end of file
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
@@ -1,28 +0,0 @@
-{
- "tasks": [
- {
- "type": "cppbuild",
- "label": "C/C++: gcc.exe build active file",
- "command": "C:\\MinGW\\bin\\gcc.exe",
- "args": [
- "-fdiagnostics-color=always",
- "-g",
- "${file}",
- "-o",
- "${fileDirname}\\${fileBasenameNoExtension}.exe"
- ],
- "options": {
- "cwd": "${fileDirname}"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "detail": "Task generated by Debugger."
- }
- ],
- "version": "2.0.0"
-}-
\ No newline at end of file