Skip to content

Commit 2b34371

Browse files
authored
Fix typos: duplicate words and spelling errors across docs and release notes (#9623)
- Remove duplicate 'the' in v1_73.md and v1_96.md release notes - Fix 'in in' -> 'is in' in v1_89.md release notes - Remove duplicate 'that' in v1_91.md release notes - Remove duplicate 'that' and fix 'do be' -> 'to be' in remote-release-notes/v1_53.md - Fix 'within in' -> 'within' in copilot-vscode-features.md
1 parent 4c5fade commit 2b34371

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/copilot/reference/copilot-vscode-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Start a natural language chat conversation to get help with coding tasks. For ex
5454
| Context window control | Visual indicator in the chat input box showing [context window usage](/docs/copilot/chat/copilot-chat-context.md#monitor-context-window-usage). Hover for total token count and a breakdown by category. |
5555
| `Add Context...` | Attach different types of [context to your chat prompt](/docs/copilot/chat/copilot-chat-context.md). |
5656
| `/`-command | Use [slash commands](#slash-commands) for common tasks or invoke a [reusable chat prompt](/docs/copilot/customization/overview.md). |
57-
| `#`-mention | Reference common tools or chat variables to [provide context](/docs/copilot/chat/copilot-chat-context.md) within in your prompt. |
57+
| `#`-mention | Reference common tools or chat variables to [provide context](/docs/copilot/chat/copilot-chat-context.md) within your prompt. |
5858
| `@`-mention | Reference [chat participants](#chat-participants) to handle domain-specific requests. |
5959
| Edit (<i class="codicon codicon-pencil"></i>) | [Edit a previous chat prompt](/docs/copilot/chat/chat-checkpoints.md#edit-a-previous-chat-request) and revert changes. |
6060
| History (<i class="codicon codicon-history"></i>) | Access your history of chat sessions. |

release-notes/v1_73.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Link occurrence highlighting in Markdown shows you all the places in the current
255255

256256
![Highlighting all occurrences of a link](images/1_73/md-link-highlight.png)
257257

258-
Notice how with the cursor on the the first link in the document, all links to `First Header` as well as the header itself are highlighted in the document and in the gutter to the right of the document.
258+
Notice how with the cursor on the first link in the document, all links to `First Header` as well as the header itself are highlighted in the document and in the gutter to the right of the document.
259259

260260
This feature is off by default. To enable it, turn on the `markdown.occurrencesHighlight.enabled` setting.
261261

release-notes/v1_89.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ When enabled, the current theme is defined by the <code codesetting="workbench.p
111111

112112
In that case, the <code codesetting="workbench.colorTheme">workbench.colorTheme</code> setting is then no longer considered. It is only used when <code codesetting="window.autoDetectColorScheme">window.autoDetectColorScheme</code> is off.
113113

114-
In this milestone, what's new is that the theme picker dialog (**Preferences: Color Theme** command) is now aware of the system color mode. Notice how the theme selection only shows dark themes when the system in in dark mode:
114+
In this milestone, what's new is that the theme picker dialog (**Preferences: Color Theme** command) is now aware of the system color mode. Notice how the theme selection only shows dark themes when the system is in dark mode:
115115

116116
![Screenshot showing the theme selection dialog configuring the theme for Dark mode.](images/1_89/configuring_dark_mode.png)
117117

release-notes/v1_91.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The folding placeholder (ellipsis) can now be themed with the color `editor.fold
156156

157157
With the <code codesetting="editor.codeActionsOnSave">editor.codeActionsOnSave</code> setting, you can configure a set of Code Actions that are automatically applied when you save a file, for example to organize imports. We improved the IntelliSense for configuring this setting by providing a list of available Code Actions based on your workspace files and the active extensions.
158158

159-
> **Note**: be aware that that although `true` and `false` are still valid configurations at the moment, they will be deprecated in favor of `explicit`, `always`, and `never`. See [Code Actions on Save Docs](https://code.visualstudio.com/docs/typescript/typescript-refactoring#_code-actions-on-save) for examples.
159+
> **Note**: be aware that although `true` and `false` are still valid configurations at the moment, they will be deprecated in favor of `explicit`, `always`, and `never`. See [Code Actions on Save Docs](https://code.visualstudio.com/docs/typescript/typescript-refactoring#_code-actions-on-save) for examples.
160160
161161
### Quickly turn off read-only file status
162162

release-notes/v1_96.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ You can view the full documentation in the [`chat-extension-utils` repository](h
625625

626626
### Attributable Coverage API
627627

628-
The test coverage APIs now enable extensions to provide coverage information on a per-test basis. To implement this API, populate the the `includesTests?: TestItem[]` property on the `FileCoverage` to indicate which tests executed code in that file, and implement `TestRunProfile.loadDetailedCoverageForTest` to provide statement and declaration coverage.
628+
The test coverage APIs now enable extensions to provide coverage information on a per-test basis. To implement this API, populate the `includesTests?: TestItem[]` property on the `FileCoverage` to indicate which tests executed code in that file, and implement `TestRunProfile.loadDetailedCoverageForTest` to provide statement and declaration coverage.
629629

630630
See the [Attributable Coverage section above](#attributable-coverage) for an example of what this looks like for users.
631631

remote-release-notes/v1_53.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Previously, after a short duration of failing to communicate with the remote, a
4949

5050
### Port attributes
5151

52-
Attributes can now be configured for ports in settings. These attributes let you control the label that shows in the Ports view, the action that occurs when the port is autoforwarded, and whether that that port should always prompt for elevation if the local port is privileged (currently no Remote extensions support this last one).
52+
Attributes can now be configured for ports in settings. These attributes let you control the label that shows in the Ports view, the action that occurs when the port is autoforwarded, and whether that port should always prompt for elevation if the local port is privileged (currently no Remote extensions support this last one).
5353

5454
* The port number can be a number or a range (ex. `3000` or `30000-40000`).
5555
* `label`: A label for the port in the "Ports" view.
56-
* `onAutoForward`: Specifies the action do be taken when the port is autoforwarded. See the setting `"remote.autoForwardPorts"` for more information about autoforwarding. Can be one of the following:
56+
* `onAutoForward`: Specifies the action to be taken when the port is autoforwarded. See the setting `"remote.autoForwardPorts"` for more information about autoforwarding. Can be one of the following:
5757
* `notify`: Shows a notification, default
5858
* `silent`: The port will be autoforwarded, but no notification will be shown
5959
* `openBrowser`: Immediately opens the browser when the port is autoforwarded

0 commit comments

Comments
 (0)