1
0
mirror of synced 2025-12-19 09:57:42 -05:00

chore: Choose default editor missing correct option updated (#40649)

Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
Clarence Bakosi
2025-10-02 18:50:13 +01:00
committed by GitHub
parent cbf0692253
commit 95612ba02f
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ If you want to use {% data variables.product.prodname_vscode %} as your default
* {% data reusables.codespaces.application-installed-locally %}<br><br>
* If you choose **{% data variables.product.prodname_vscode %}**, {% data variables.product.prodname_github_codespaces %} will automatically open in the desktop application when you next create or open a codespace.
* If you choose **{% data variables.product.prodname_vscode %}** (web client), {% data variables.product.prodname_github_codespaces %} will automatically open in the desktop application when you next create or open a codespace.
You may need to allow access to both your browser and {% data variables.product.prodname_vscode %} for it to open successfully.<br><br>

View File

@@ -1 +1 @@
If you choose **{% data variables.product.prodname_vscode %}**, you must make sure you have {% data variables.product.prodname_vscode_shortname %} installed on your local machine.
If you choose **{% data variables.product.prodname_vscode %}** (desktop application), you must make sure you have {% data variables.product.prodname_vscode_shortname %} installed on your local machine.