diff --git a/media/walkthrough/configure.gif b/media/walkthrough/configure.gif deleted file mode 100644 index b5d34f3..0000000 Binary files a/media/walkthrough/configure.gif and /dev/null differ diff --git a/media/walkthrough/path-operations.gif b/media/walkthrough/path-operations.gif index 985aab7..ff27db4 100644 Binary files a/media/walkthrough/path-operations.gif and b/media/walkthrough/path-operations.gif differ diff --git a/media/walkthrough/search.gif b/media/walkthrough/search.gif index 2bd948a..beea4e7 100644 Binary files a/media/walkthrough/search.gif and b/media/walkthrough/search.gif differ diff --git a/package.json b/package.json index 4904087..3f6b0ec 100644 --- a/package.json +++ b/package.json @@ -249,15 +249,6 @@ "altText": "CodeLens link above test client call" } }, - { - "id": "configure", - "title": "Configure Your Project", - "description": "If the extension doesn't find your FastAPI app automatically, you can specify the entry point in settings.\n[Open Settings](command:workbench.action.openSettings?[\"fastapi.entryPoint\"])", - "media": { - "image": "media/walkthrough/configure.gif", - "altText": "FastAPI entry point configuration in VS Code settings" - } - }, { "id": "cloud-deploy", "title": "Deploy to FastAPI Cloud",