Skip to content

Commit

Permalink
chore(agent&vscode): setting display format
Browse files Browse the repository at this point in the history
  • Loading branch information
wwayne committed Apr 26, 2024
1 parent ffc51aa commit 681b7a1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
{
"title": "Tabby",
"properties": {
"tabby.api.endpoint": {
"tabby.API.endpoint": {
"type": "string",
"default": "",
"pattern": "(^$)|(^https?:\\/\\/\\S+$)",
Expand Down Expand Up @@ -176,12 +176,7 @@
"type": "boolean",
"default": false,
"markdownDescription": "**Disable anonymous usage tracking** \nTabby collects aggregated anonymous usage data and sends it to the Tabby team to help improve our products. \nYour code, generated completions, or any identifying information is never tracked or transmitted. \nFor more details on data collection, please check our [online documentation](https://tabby.tabbyml.com/docs/extensions/configurations#usage-collection)."
}
}
},
{
"title": "Tabby2",
"properties": {
},
"tabby.experimental": {
"default": {},
"properties": {
Expand Down

0 comments on commit 681b7a1

Please sign in to comment.