From 9c2300d7809f3330c3d097f798c8e7ebfd72547d Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Thu, 24 Apr 2025 16:34:38 -0400 Subject: [PATCH] Update README with Recommended Code Editor Configuration (#3606) Co-authored-by: Benjamin Lu --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9a7dd394c..fa8148a2c 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,12 @@ After you start the dev server, you should see following logs: Make sure your desktop machine and touch device are on the same network. On your touch device, navigate to `http://:5173` (e.g. `http://192.168.2.20:5173` here), to access the ComfyUI frontend. +### Recommended Code Editor Configuration + +This project includes `.vscode/launch.json.default` and `.vscode/settings.json.default` files with recommended launch and workspace settings for editors that use the `.vscode` directory (e.g., VS Code, Cursor, etc.). + +We’ve also included a list of recommended extensions in `.vscode/extensions.json`. Your editor should detect this file and show a human friendly list in the Extensions panel, linking each entry to its marketplace page. + ### Unit Test - `npm i` to install all dependencies