1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge branch 'copilot-ga-megabranch' into getting-started-articles

This commit is contained in:
Jules
2022-06-16 08:15:50 +02:00
committed by GitHub
179 changed files with 6392 additions and 5442 deletions

View File

@@ -0,0 +1,2 @@
- {% data variables.product.prodname_copilot %} is free to use for verified students and open source maintainers.
- If you are not a student or open source maintainer, you can try {% data variables.product.prodname_copilot %} for free with a one-time 60 day trial. After the free trial, you will need a paid subscription for continued use. You must provide billing information in order to start a free trial. For more information, see "[About billing for {% data variables.product.prodname_copilot %}](/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot)."

View File

@@ -1 +1 @@
1. In {% data variables.product.prodname_vscode %}, create a new JavaScript (_*.js_) file.
1. In {% data variables.product.prodname_vscode %}, create a new JavaScript (_*.js_) file.

View File

@@ -2,4 +2,5 @@
```javascript{:copy}
function calculateDaysBetweenDates(begin, end) {
```
```