From 63a827a8d669bf5aaea1e055809e09ac9cff4c07 Mon Sep 17 00:00:00 2001 From: alfeilex Date: Tue, 5 Nov 2024 16:03:14 +0100 Subject: [PATCH 1/5] Add continue to VSCode and Intellij --- intellij/plugins/Continue.properties | 3 +++ vscode/plugins/continue.properties | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 intellij/plugins/Continue.properties create mode 100644 vscode/plugins/continue.properties diff --git a/intellij/plugins/Continue.properties b/intellij/plugins/Continue.properties new file mode 100644 index 0000000..76e3dcd --- /dev/null +++ b/intellij/plugins/Continue.properties @@ -0,0 +1,3 @@ +plugin_id=com.github.continuedev.continueintellijextension +plugin_active=false +tags=ai diff --git a/vscode/plugins/continue.properties b/vscode/plugins/continue.properties new file mode 100644 index 0000000..0032797 --- /dev/null +++ b/vscode/plugins/continue.properties @@ -0,0 +1,3 @@ +plugin_id=Continue.continue +plugin_active=false +tags=ai \ No newline at end of file From 3e772dd85a1bed443b3d25e10866bc1550a3dd4b Mon Sep 17 00:00:00 2001 From: alfeilex Date: Tue, 5 Nov 2024 16:06:43 +0100 Subject: [PATCH 2/5] remove blank line --- intellij/plugins/Continue.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intellij/plugins/Continue.properties b/intellij/plugins/Continue.properties index 76e3dcd..b851d02 100644 --- a/intellij/plugins/Continue.properties +++ b/intellij/plugins/Continue.properties @@ -1,3 +1,3 @@ plugin_id=com.github.continuedev.continueintellijextension plugin_active=false -tags=ai +tags=ai \ No newline at end of file From 971b1845bfacf851bb13117a8162bcb493e14ca2 Mon Sep 17 00:00:00 2001 From: alfeilex <101652401+alfeilex@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:46:50 +0100 Subject: [PATCH 3/5] Create .continuerc.json --- workspace/update/.continuerc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 workspace/update/.continuerc.json diff --git a/workspace/update/.continuerc.json b/workspace/update/.continuerc.json new file mode 100644 index 0000000..6c4c13d --- /dev/null +++ b/workspace/update/.continuerc.json @@ -0,0 +1,10 @@ +{ + "models": [ + { + "title": "My vLLM OpenAI-compatible server", + "apiBase": "http://localhost:8000/v1" + } + ], + + "allowAnonymousTelemetry": false +} From b2c837025d945d21bf10a7aaaca2e6f6ac4f1aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Fri, 29 Nov 2024 18:02:16 +0100 Subject: [PATCH 4/5] Update .continuerc.json --- workspace/update/.continuerc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/workspace/update/.continuerc.json b/workspace/update/.continuerc.json index 6c4c13d..07b98c1 100644 --- a/workspace/update/.continuerc.json +++ b/workspace/update/.continuerc.json @@ -5,6 +5,5 @@ "apiBase": "http://localhost:8000/v1" } ], - "allowAnonymousTelemetry": false } From 15111876ba03c1b66d04f139c488fc5977c10a05 Mon Sep 17 00:00:00 2001 From: alfeilex <101652401+alfeilex@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:31:35 +0100 Subject: [PATCH 5/5] add template apiBase variable --- workspace/update/.continuerc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/update/.continuerc.json b/workspace/update/.continuerc.json index 07b98c1..73c8aa9 100644 --- a/workspace/update/.continuerc.json +++ b/workspace/update/.continuerc.json @@ -2,7 +2,7 @@ "models": [ { "title": "My vLLM OpenAI-compatible server", - "apiBase": "http://localhost:8000/v1" + "apiBase": "$[continue.url]" } ], "allowAnonymousTelemetry": false