Skip to content

Commit

Permalink
add repo-map context provider to config_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Aug 30, 2024
1 parent e28cbde commit 452c0cc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions docs/static/schemas/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,8 @@
"currentFile",
"url",
"database",
"os"
"os",
"repo-map"
],
"markdownEnumDescriptions": [
"Reference the contents of the current changes as given by `git diff`",
Expand All @@ -1491,7 +1492,8 @@
"Reference the contents of the currently active file",
"Reference the contents of a page at a URL",
"Reference table schemas",
"Operating system and CPU Information"
"Operating system and CPU Information",
"Map of files in the repository with important code highlights"
],
"type": "string"
},
Expand Down
6 changes: 4 additions & 2 deletions extensions/intellij/src/main/resources/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,8 @@
"currentFile",
"url",
"database",
"os"
"os",
"repo-map"
],
"markdownEnumDescriptions": [
"Reference the contents of the current changes as given by `git diff`",
Expand All @@ -1491,7 +1492,8 @@
"Reference the contents of the currently active file",
"Reference the contents of a page at a URL",
"Reference table schemas",
"Operating system and CPU Information"
"Operating system and CPU Information",
"Map of files in the repository with important code highlights"
],
"type": "string"
},
Expand Down
6 changes: 4 additions & 2 deletions extensions/vscode/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,8 @@
"currentFile",
"url",
"database",
"os"
"os",
"repo-map"
],
"markdownEnumDescriptions": [
"Reference the contents of the current changes as given by `git diff`",
Expand All @@ -1491,7 +1492,8 @@
"Reference the contents of the currently active file",
"Reference the contents of a page at a URL",
"Reference table schemas",
"Operating system and CPU Information"
"Operating system and CPU Information",
"Map of files in the repository with important code highlights"
],
"type": "string"
},
Expand Down
6 changes: 4 additions & 2 deletions extensions/vscode/continue_rc_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,8 @@
"currentFile",
"url",
"database",
"os"
"os",
"repo-map"
],
"markdownEnumDescriptions": [
"Reference the contents of the current changes as given by `git diff`",
Expand All @@ -1648,7 +1649,8 @@
"Reference the contents of the currently active file",
"Reference the contents of a page at a URL",
"Reference table schemas",
"Operating system and CPU Information"
"Operating system and CPU Information",
"Map of files in the repository with important code highlights"
],
"type": "string"
},
Expand Down

0 comments on commit 452c0cc

Please sign in to comment.