Skip to content

Commit

Permalink
Merge pull request #34240 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Aug 7, 2024
2 parents 206cf74 + beac403 commit 521beaf
Show file tree
Hide file tree
Showing 10 changed files with 142 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@ To see instructions for other popular coding environments, use the tool switcher

### Version compatibility

{% data variables.product.prodname_copilot_chat_short %} releases in lockstep with {% data variables.product.prodname_vscode %}, due to its deep UI integration. As a result, every new version of {% data variables.product.prodname_copilot_chat_short %} is only compatible with the latest release of {% data variables.product.prodname_vscode %}. This means that if you are using an older version of {% data variables.product.prodname_vscode %}, you will not be able to use the latest {% data variables.product.prodname_copilot_chat_short %}.

Only the latest {% data variables.product.prodname_copilot_chat_short %} versions will use the latest large language model provided by the {% data variables.product.prodname_copilot_short %} service, as even minor model upgrades require prompt changes and fixes in the extension. An older version of {% data variables.product.prodname_copilot_chat_short %} will still use the latest version of {% data variables.product.prodname_copilot_short %} code completions.
{% data reusables.copilot.vscode-version-compatibility %}

## Installing the {% data variables.product.prodname_copilot %} extension in {% data variables.product.prodname_vscode %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ If you need help with {% data variables.product.prodname_copilot_chat %} and can

If you can't find {% data variables.product.prodname_copilot_chat %} in your editor, make sure you have checked the "[Prerequisites](/copilot/github-copilot-chat/copilot-chat-in-ides/using-github-copilot-chat-in-your-ide#prerequisites)" section.

{% vscode %}

## Troubleshooting issues caused by version incompatibility

{% data reusables.copilot.vscode-version-compatibility %}

To use {% data variables.product.prodname_copilot_chat %}, make sure you are using the [latest version of {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/updates).

{% endvscode %}

## Troubleshooting authentication issues in your editor

You can use {% data variables.product.prodname_copilot_chat %} in {% data variables.product.prodname_vscode %} and {% data variables.product.prodname_vs %}. You can use the tabs at the top of this article for troubleshooting information relevant to the editor you're using.
Expand Down
7 changes: 0 additions & 7 deletions data/features/codeql-kotlin-beta.yml

This file was deleted.

5 changes: 0 additions & 5 deletions data/features/dependabot-bulk-alerts.yml

This file was deleted.

6 changes: 0 additions & 6 deletions data/features/secret-scanning-dismissal-comment.yml

This file was deleted.

This file was deleted.

3 changes: 3 additions & 0 deletions data/reusables/copilot/vscode-version-compatibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Changes to {% data variables.product.prodname_copilot_chat %} coincide with {% data variables.product.prodname_vscode %} releases, due to {% data variables.product.prodname_copilot_chat_short %}'s deep UI integration. As a result, every new version of {% data variables.product.prodname_copilot_chat_short %} is only compatible with the latest release of {% data variables.product.prodname_vscode %}. This means that if you are using an older version of {% data variables.product.prodname_vscode %}, you will not be able to use the latest {% data variables.product.prodname_copilot_chat_short %}.

Only the latest {% data variables.product.prodname_copilot_chat_short %} versions will use the latest large language model provided by the {% data variables.product.prodname_copilot_short %} service, as even minor model upgrades require prompt changes and fixes in the extension. An older version of {% data variables.product.prodname_copilot_chat_short %} will still use the latest version of {% data variables.product.prodname_copilot_short %} code completions.
153 changes: 124 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@
"@primer/behaviors": "^1.7.0",
"@primer/css": "^21.3.1",
"@primer/octicons": "^19.11.0",
"@primer/octicons-react": "^19.10.0",
"@primer/react": "36.25.0",
"@primer/octicons-react": "^19.11.0",
"@primer/react": "36.27.0",
"accept-language-parser": "^1.5.0",
"ajv": "^8.16.0",
"ajv-errors": "^3.0.0",
Expand All @@ -258,7 +258,7 @@
"flat": "^6.0.1",
"github-slugger": "^2.0.0",
"glob": "11.0.0",
"got": "^13.0.0",
"got": "^14.4.2",
"gray-matter": "^4.0.3",
"hast-util-from-parse5": "^8.0.1",
"hast-util-to-string": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "34ceaf44d47a4e4d136077940769998ccda79655"
"sha": "003ef1c021b4d4a90e7e505cb8eeb7c47d30e26e"
}

0 comments on commit 521beaf

Please sign in to comment.