Skip to content

Commit

Permalink
docs: remove stale config (continuedev#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Erichsen authored Aug 2, 2024
1 parent 24e56f1 commit fd5d352
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions docs/static/schemas/config.json
Original file line number Diff line number Diff line change
@@ -1920,12 +1920,6 @@
"description": "An optional token to identify the user.",
"type": "string"
},
"dataServerUrl": {
"title": "Data Server Url",
"description": "The URL of the server where development data is sent. No data is sent unless a valid user token is provided.",
"default": "https://us-west1-autodebug.cloudfunctions.net",
"type": "string"
},
"disableSummaries": {
"title": "Disable Summaries",
"markdownDescription": "If set to `true`, Continue will not generate summaries for each Step. This can be useful if you want to save on compute.",
6 changes: 0 additions & 6 deletions extensions/intellij/src/main/resources/config_schema.json
Original file line number Diff line number Diff line change
@@ -1920,12 +1920,6 @@
"description": "An optional token to identify the user.",
"type": "string"
},
"dataServerUrl": {
"title": "Data Server Url",
"description": "The URL of the server where development data is sent. No data is sent unless a valid user token is provided.",
"default": "https://us-west1-autodebug.cloudfunctions.net",
"type": "string"
},
"disableSummaries": {
"title": "Disable Summaries",
"markdownDescription": "If set to `true`, Continue will not generate summaries for each Step. This can be useful if you want to save on compute.",
6 changes: 0 additions & 6 deletions extensions/vscode/config_schema.json
Original file line number Diff line number Diff line change
@@ -1964,12 +1964,6 @@
"description": "An optional token to identify the user.",
"type": "string"
},
"dataServerUrl": {
"title": "Data Server Url",
"description": "The URL of the server where development data is sent. No data is sent unless a valid user token is provided.",
"default": "https://us-west1-autodebug.cloudfunctions.net",
"type": "string"
},
"disableSummaries": {
"title": "Disable Summaries",
"markdownDescription": "If set to `true`, Continue will not generate summaries for each Step. This can be useful if you want to save on compute.",
6 changes: 0 additions & 6 deletions extensions/vscode/continue_rc_schema.json
Original file line number Diff line number Diff line change
@@ -2136,12 +2136,6 @@
"description": "An optional token to identify the user.",
"type": "string"
},
"dataServerUrl": {
"title": "Data Server Url",
"description": "The URL of the server where development data is sent. No data is sent unless a valid user token is provided.",
"default": "https://us-west1-autodebug.cloudfunctions.net",
"type": "string"
},
"disableSummaries": {
"title": "Disable Summaries",
"markdownDescription": "If set to `true`, Continue will not generate summaries for each Step. This can be useful if you want to save on compute.",

0 comments on commit fd5d352

Please sign in to comment.