From d0fd8333e1a7bf45793e7f7f7cf47a49b28ce223 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 15 Sep 2023 01:03:20 +0000 Subject: ci: 🏷 Update PyPI version [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continuedev/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index 697b0d95..eef52c64 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "continuedev" -version = "0.1.27" +version = "0.1.28" description = "" authors = ["Nate Sesti "] readme = "README.md" -- cgit v1.2.3-70-g09d2 From 718964e54b4fafcabf281a7200f5a91049b76df3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 15 Sep 2023 01:18:26 +0000 Subject: ci: 💚 Update package.json version [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extension/package-lock.json | 4 ++-- extension/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/package-lock.json b/extension/package-lock.json index f52a5d75..be9c9810 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.389", + "version": "0.0.390", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.389", + "version": "0.0.390", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index f307007c..88c15e6b 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,7 +1,7 @@ { "name": "continue", "icon": "media/terminal-continue.png", - "version": "0.0.389", + "version": "0.0.390", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" -- cgit v1.2.3-70-g09d2 From ea99780856d3e12647073773b2d95c699291d36d Mon Sep 17 00:00:00 2001 From: Aaron Mihalik Date: Fri, 15 Sep 2023 12:05:07 -0400 Subject: Clarifying `logs` instructions in troubleshooting.md (#476) --- docs/docs/troubleshooting.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index 73969ccb..f9efac41 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -27,7 +27,7 @@ This may be necessary if you have a firewall blocking the server from downloadin ## Check the server logs 1. `cmd+shift+p` (MacOS) / `ctrl+shift+p` (Windows) -2. Search for and then select "Developer: Toggle Developer Tools" +2. Search for and then select "Continue: View Continue Server Logs" 3. Read the `continue.log` file that has opened ## Check the console logs @@ -36,8 +36,9 @@ If your Continue server is not setting up, try checking the console logs: 1. `cmd+shift+p` (MacOS) / `ctrl+shift+p` (Windows) 2. Search for and then select "Developer: Toggle Developer Tools" -3. Select `Console` -4. Read the console logs +3. This will open the [Chrome DevTools window](https://developer.chrome.com/docs/devtools/) +4. Select the `Console` tab +5. Read the console logs ## Download an Older Version -- cgit v1.2.3-70-g09d2