1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Update content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
This commit is contained in:
Jules
2022-06-09 14:59:42 +02:00
committed by GitHub
parent f35248a4a5
commit bb61f363cf

View File

@@ -87,7 +87,7 @@ You can also use {% data variables.product.prodname_copilot %} to generate sugge
```
{% data variables.product.prodname_copilot %} will suggest an implementation of the Express app.
1. To accept each line, press <kbd>Tab</kbd>, then <kbd>Enter</kbd>.
1. Type the following comment and then press <kbd>Enter</kbd>:
1. Type the following comment and then press <kbd>Enter</kbd>.
```
// Return the current time
```