Skip to content

Commit 9f0cdef

Browse files
authored
Merge pull request #36 from microsoft/sync-public-docs
Sync public docs into private repo
2 parents ad1e2c4 + 870187d commit 9f0cdef

File tree

156 files changed

+2522
-1192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+2522
-1192
lines changed

api/get-started/your-first-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ For a TypeScript project, fill out the following fields:
3636

3737
# ? What's the identifier of your extension? helloworld
3838
# ? What's the description of your extension? LEAVE BLANK
39-
# ? Initialize a git repository? Yes
40-
# ? Bundle the source code with webpack? No
39+
# ? Initialize a git repository? Y
40+
# ? Which bundler to use? unbundled
4141
# ? Which package manager to use? npm
4242

4343
# ? Do you want to open the new folder with Visual Studio Code? Open with `code`

build/sitemap.xml

Lines changed: 4 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -196,22 +196,22 @@
196196
<priority>0.8</priority>
197197
</url>
198198
<url>
199-
<loc>https://code.visualstudio.com/docs/getstarted/educators-and-students</loc>
199+
<loc>https://code.visualstudio.com/docs/editor/codebasics</loc>
200200
<changefreq>weekly</changefreq>
201201
<priority>0.8</priority>
202202
</url>
203203
<url>
204-
<loc>https://code.visualstudio.com/docs/editor/codebasics</loc>
204+
<loc>https://code.visualstudio.com/docs/editor/editingevolved</loc>
205205
<changefreq>weekly</changefreq>
206206
<priority>0.8</priority>
207207
</url>
208208
<url>
209-
<loc>https://code.visualstudio.com/docs/editor/editingevolved</loc>
209+
<loc>https://code.visualstudio.com/docs/editor/extension-marketplace</loc>
210210
<changefreq>weekly</changefreq>
211211
<priority>0.8</priority>
212212
</url>
213213
<url>
214-
<loc>https://code.visualstudio.com/docs/editor/extension-marketplace</loc>
214+
<loc>https://code.visualstudio.com/docs/editor/extension-runtime-security</loc>
215215
<changefreq>weekly</changefreq>
216216
<priority>0.8</priority>
217217
</url>
@@ -1660,96 +1660,4 @@
16601660
<priority>0.8</priority>
16611661
</url>
16621662

1663-
<!-- /learn -->
1664-
<url>
1665-
<loc>https://code.visualstudio.com/learn</loc>
1666-
<changefreq>weekly</changefreq>
1667-
<priority>0.9</priority>
1668-
</url>
1669-
<url>
1670-
<loc>https://code.visualstudio.com/learn/get-started/basics</loc>
1671-
<changefreq>weekly</changefreq>
1672-
<priority>0.9</priority>
1673-
</url>
1674-
<url>
1675-
<loc>https://code.visualstudio.com/learn/get-started/extensions</loc>
1676-
<changefreq>weekly</changefreq>
1677-
<priority>0.9</priority>
1678-
</url>
1679-
<url>
1680-
<loc>https://code.visualstudio.com/learn/get-started/personalize</loc>
1681-
<changefreq>weekly</changefreq>
1682-
<priority>0.9</priority>
1683-
</url>
1684-
<url>
1685-
<loc>https://code.visualstudio.com/learn/educators/installers</loc>
1686-
<changefreq>weekly</changefreq>
1687-
<priority>0.9</priority>
1688-
</url>
1689-
<url>
1690-
<loc>https://code.visualstudio.com/learn/educators/codetour</loc>
1691-
<changefreq>weekly</changefreq>
1692-
<priority>0.9</priority>
1693-
</url>
1694-
<url>
1695-
<loc>https://code.visualstudio.com/learn/educators/learn-modules</loc>
1696-
<changefreq>weekly</changefreq>
1697-
<priority>0.9</priority>
1698-
</url>
1699-
<url>
1700-
<loc>https://code.visualstudio.com/learn/educators/nodejs</loc>
1701-
<changefreq>weekly</changefreq>
1702-
<priority>0.9</priority>
1703-
</url>
1704-
<url>
1705-
<loc>https://code.visualstudio.com/learn/educators/python</loc>
1706-
<changefreq>weekly</changefreq>
1707-
<priority>0.9</priority>
1708-
</url>
1709-
<url>
1710-
<loc>https://code.visualstudio.com/learn/educators/webinars</loc>
1711-
<changefreq>weekly</changefreq>
1712-
<priority>0.9</priority>
1713-
</url>
1714-
<url>
1715-
<loc>https://code.visualstudio.com/learn/students/nasa-python</loc>
1716-
<changefreq>weekly</changefreq>
1717-
<priority>0.9</priority>
1718-
</url>
1719-
<url>
1720-
<loc>https://code.visualstudio.com/learn/students/over-the-moon-python</loc>
1721-
<changefreq>weekly</changefreq>
1722-
<priority>0.9</priority>
1723-
</url>
1724-
<url>
1725-
<loc>https://code.visualstudio.com/learn/students/wonder-woman-python</loc>
1726-
<changefreq>weekly</changefreq>
1727-
<priority>0.9</priority>
1728-
</url>
1729-
<url>
1730-
<loc>https://code.visualstudio.com/learn/collaboration/live-share</loc>
1731-
<changefreq>weekly</changefreq>
1732-
<priority>0.9</priority>
1733-
</url>
1734-
<url>
1735-
<loc>https://code.visualstudio.com/learn/develop-cloud/overview</loc>
1736-
<changefreq>weekly</changefreq>
1737-
<priority>0.9</priority>
1738-
</url>
1739-
<url>
1740-
<loc>https://code.visualstudio.com/learn/develop-cloud/containers</loc>
1741-
<changefreq>weekly</changefreq>
1742-
<priority>0.9</priority>
1743-
</url>
1744-
<url>
1745-
<loc>https://code.visualstudio.com/learn/develop-cloud/ssh-lab-machines</loc>
1746-
<changefreq>weekly</changefreq>
1747-
<priority>0.9</priority>
1748-
</url>
1749-
<url>
1750-
<loc>https://code.visualstudio.com/learn/develop-cloud/wsl</loc>
1751-
<changefreq>weekly</changefreq>
1752-
<priority>0.9</priority>
1753-
</url>
1754-
17551663
</urlset>

docs/copilot/ai-powered-suggestions.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@ MetaSocialImage: images/shared/github-copilot-social.png
1212

1313
GitHub Copilot acts as an AI-powered pair programmer, automatically offering suggestions to complete your code, comments, tests, and more. It provides these suggestions directly in the editor while you write your code, and it can work with a broad range of programming languages and frameworks.
1414

15-
## Getting started
16-
17-
1. Install the GitHub Copilot extensions.
18-
19-
> <a class="install-extension-btn" href="vscode:extension/GitHub.copilot?referrer=docs-copilot-ai-powered-suggestions">Install the GitHub Copilot extensions</a>
20-
21-
1. Sign in with your GitHub account to use Copilot.
22-
23-
> [!TIP]
24-
> If you don't yet have a Copilot subscription, you can use Copilot for free by signing up for the [Copilot Free plan](https://github.com/github-copilot/signup) and get a monthly limit of completions and chat interactions.
25-
26-
1. Discover the key features of Copilot in VS Code with our [Copilot Quickstart](/docs/copilot/getting-started.md).
27-
2815
## Inline suggestions
2916

3017
Copilot offers code suggestions as you type: sometimes the completion of the current line, sometimes a whole new block of code. You can accept all, or part of a suggestion, or you can keep typing and ignore the suggestions.

0 commit comments

Comments
 (0)