diff --git a/README.md b/README.md index b081df4..ac9820f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,25 @@ This extension for VS Code brings Greptile's capabilities directly into your dev 3. Search for "Greptile". 4. Click "Install". +## Run Locally +1. Install dependencies +``` +npm run install:all +``` + +2. Build and start webview +``` +npm run build:webview +npm run start:webview +``` + +3. Compile VS Code extension +``` +npm run compile +``` + +Then, press `F5` in `extension.ts` tab + ## Usage - Press CMD+L diff --git a/package.json b/package.json index f33ba47..e12fd40 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "engines": { "vscode": "^1.75.0" }, - "main": "./dist/extension.js", + "main": "./out/extension.js", "contributes": { "views": { "greptileView": [