From f1f380ceb6fea67c4f897d133cc226be15913f67 Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Mon, 19 Aug 2024 16:49:20 -0700 Subject: [PATCH] Remove the Foyle Address option. --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index e4ebe5f53..19099fccd 100644 --- a/package.json +++ b/package.json @@ -840,11 +840,6 @@ "default": false, "markdownDescription": "If set to `true` enables Stateful Authentication Provider" }, - "runme.foyleAddress": { - "type": "string", - "default": "localhost:9080", - "description": "The address of the Foyle Agent grpc service. The agent generates completions. This should in the form {host}:{port}." - }, "runme.aiBaseURL": { "type": "string", "default": "http://localhost:8080/api",