From df5e260de3506a9bc8dd446a3b1c4db5f17dbef5 Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Sun, 14 Jul 2024 21:16:51 -0700 Subject: [PATCH] remove: deleting old artifacts cleaning .vscode dir --- {stubs => .vscode}/.gitkeep | 0 .vscode/cody.json | 10 ---------- 2 files changed, 10 deletions(-) rename {stubs => .vscode}/.gitkeep (100%) delete mode 100644 .vscode/cody.json diff --git a/stubs/.gitkeep b/.vscode/.gitkeep similarity index 100% rename from stubs/.gitkeep rename to .vscode/.gitkeep diff --git a/.vscode/cody.json b/.vscode/cody.json deleted file mode 100644 index 47475ee..0000000 --- a/.vscode/cody.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "port": { - "prompt": "Act as a Senior Developer who is a master in PHP and Dart langauges. Port the PHP file to Dart.", - "context": { - "selection": false, - "currentFile": true - }, - "mode": "ask" - } -} \ No newline at end of file