Skip to content

Commit 511e888

Browse files
authored
Merge pull request #8032 from microsoft/blog-edits
Blog post edits
2 parents 26ab671 + 7512e34 commit 511e888

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

blogs/2025/02/12/next-edit-suggestions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Scrolled all the way past that edit suggestion? The arrow hints you at the locat
4646
Suggestions can span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change.
4747

4848
> [!NOTE]
49-
> You might need to reload VS Code for your updated settings to take effect.
49+
> Reload VS Code for your updated settings to take effect.
5050
>
5151
> If you are a Copilot Business or Enterprise user, an administrator of your organization must opt in to the use of Copilot "Editor Preview Features," in addition to you setting `setting(github.copilot.nextEditSuggestions.enabled)` in your editor.
5252
>
@@ -58,7 +58,7 @@ Copilot NES is your AI companion as you make changes that can cascade throughout
5858

5959
**Catching and correcting mistakes:** Mistakes are a natural part of writing code, and Copilot NES is there to help catch them (sometimes before you even realize the mistake was there!).
6060

61-
NES helps with small mistakes like typos - maybe you were coding quickly in the zone, and you wrote `conts` instead of `const`:
61+
NES helps with small mistakes like typos - maybe you were coding quickly and in the zone, and you wrote `conts` instead of `const`:
6262

6363
<video src="nes-typo.mp4" title="NES fixing a typo" controls poster="/assets/blogs/2025/02/12/nes-typo-cover.png"></video>
6464

@@ -90,7 +90,7 @@ Read our [full NES docs](https://aka.ms/gh-copilot-nes-docs) for more informatio
9090

9191
Copilot NES is rapidly evolving, and we can't wait to get your feedback via issues in [our repo](https://github.com/microsoft/vscode-copilot-release) – this will be instrumental to improving the experience.
9292

93-
Please be sure to use [VS Code Insiders](https://code.visualstudio.com/insiders/) and the pre-release version of the [GitHub Copilot Chat extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) to get all of the latest features and fixes.
93+
Please be sure to use [VS Code Insiders](https://code.visualstudio.com/insiders/) and the pre-release version of the [GitHub Copilot Chat extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) to get all of the latest features and fixes. Get more details on how to [install an extension pre-release version](/docs/editor/extension-marketplace.md#install-a-pre-release-extension-version).
9494

9595
You can read our [full NES docs](https://aka.ms/gh-copilot-nes-docs) for more information and scenarios as we expand the NES experience.
9696

docs/editor/extension-marketplace.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ For example, typing 'python' will bring up a list of Python language extensions:
116116

117117
If you know the exact identifier for an extension you're looking for, you can use the `@id:` prefix, for example `@id:vue.volar`. Additionally, to filter or sort results, you can use the [filter](#extensions-view-filters) and [sort](#sorting) commands, detailed below.
118118

119+
### Install a pre-release extension version
120+
121+
An extension publisher may provide a pre-release version of an extension. To install a pre-release version, select the dropdown on the **Install** button and select **Install Pre-Release Version**.
122+
123+
![Install pre-release version](images/extension-marketplace/extensions-install-prerelease.png)
124+
119125
## Manage extensions
120126

121127
VS Code makes it easy to manage your extensions. You can install, disable, update, and uninstall extensions through the Extensions view, the **Command Palette** (commands have the **Extensions:** prefix) or command-line switches.
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)