From 31f688f74ef4e90e007fcdf286042ad47400f4dc Mon Sep 17 00:00:00 2001 From: John Pan Date: Fri, 11 Oct 2024 13:29:54 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7365551e39dad..baf5f1d8b2827 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -176,7 +176,7 @@ This will generate the new PearAI app and takes around 1 hour. ### Step 3: Integrate the Extension -1. Copy the generated `pearai.pearai-1.x.x` folder to the `extensions` folder of the packaged PearAI App (right click on packaged app -> Show Package Contents). +1. Copy the generated `pearai.pearai-1.x.x` folder under `~/.vscode/extensions` to the `extensions` folder of the packaged PearAI App (right click on packaged app -> Show Package Contents). 2. Delete any existing `pearai-submodule` folder in the `extensions/` folder of the packaged PearAI app. 3. Double-click your overall PearAI app, and the extension should be built-in. - On MacOS for example (Using VScode for .vsix installation)