Skip to content

Commit 602c333

Browse files
authored
Fix typo: VSCode -> VS Code (#12005)
* Fix typo VSCode -> VS Code * fix: response to review comment - https://github.com/MicrosoftDocs/PowerShell-Docs/pull/12005/files#r2044504598
1 parent 36a2e21 commit 602c333

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

reference/docs-conceptual/dev-cross-plat/vscode/Using-VSCode-for-Remote-Editing-and-Debugging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Using Visual Studio Code for remote editing and debugging
88
For those of you that are familiar with the ISE, you may recall that you could run `psedit file.ps1`
99
from the integrated console to open files - local or remote - right in the ISE.
1010

11-
This feature is also available in the PowerShell extension for VSCode. This guide shows you how to
11+
This feature is also available in the PowerShell extension for VS Code. This guide shows you how to
1212
do it.
1313

1414
## Prerequisites
@@ -17,7 +17,7 @@ This guide assumes that you have:
1717

1818
- A remote resource (ex: a VM, a container) that you have access to
1919
- PowerShell running on it and the host machine
20-
- VSCode and the PowerShell extension for VSCode
20+
- VS Code and the PowerShell extension for VS Code
2121

2222
This feature works on PowerShell and Windows PowerShell.
2323

@@ -26,7 +26,7 @@ you want to use SSH, but are using Windows, check out the [Win32 version of SSH]
2626

2727
> [!IMPORTANT]
2828
> The `Open-EditorFile` and `psedit` commands only work in the **PowerShell Integrated Console**
29-
> created by the PowerShell extension for VSCode.
29+
> created by the PowerShell extension for VS Code.
3030
3131
## Usage examples
3232

@@ -35,7 +35,7 @@ Azure. The process is identical on Windows.
3535

3636
### Local file editing with Open-EditorFile
3737

38-
With the PowerShell extension for VSCode started and the PowerShell Integrated Console opened, we
38+
With the PowerShell extension for VS Code started and the PowerShell Integrated Console opened, we
3939
can type `Open-EditorFile foo.ps1` or `psedit foo.ps1` to open the local foo.ps1 file right in the
4040
editor.
4141

reference/docs-conceptual/learn/deep-dives/everything-about-null.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Not only can we create a value that makes both of them evaluate to `$false`, it'
189189
create a value where they both evaluate to `$true`. Mathias Jessen (@IISResetMe) has a
190190
[good post][good post] that dives into that scenario.
191191

192-
### PSScriptAnalyzer and VSCode
192+
### PSScriptAnalyzer and VS Code
193193

194194
The [PSScriptAnalyzer][PSScriptAnalyzer] module has a rule that checks for this issue called
195195
`PSPossibleIncorrectComparisonWithNull`.

reference/docs-conceptual/whats-new/Migrating-from-Windows-PowerShell-51-to-PowerShell-7.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ For more information, see [about_Logging_Windows][14].
286286

287287
## Improved editing experience with Visual Studio Code
288288

289-
[Visual Studio Code (VSCode)][22] with the [PowerShell Extension][23] is the supported scripting
289+
[Visual Studio Code (VS Code)][22] with the [PowerShell Extension][23] is the supported scripting
290290
environment for PowerShell 7. The Windows PowerShell Integrated Scripting Environment (ISE) only
291291
supports Windows PowerShell.
292292

@@ -300,7 +300,7 @@ The updated PowerShell extension includes:
300300
- Improved path autocompletion
301301

302302
To make the transition to Visual Studio Code easier, use the **Enable ISE Mode** function available
303-
in the **Command Palette**. This function switches VSCode into an ISE-style layout. The ISE-style
303+
in the **Command Palette**. This function switches VS Code into an ISE-style layout. The ISE-style
304304
layout gives you all the new features and capabilities of PowerShell in a familiar user experience.
305305

306306
To switch to the new ISE layout, press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> to open the
@@ -309,7 +309,7 @@ To switch to the new ISE layout, press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</
309309
To set the layout to the original layout, open the **Command Palette**, select
310310
**PowerShell: Disable ISE Mode (restore to defaults)**.
311311

312-
For details about customizing the VSCode layout to ISE, see
312+
For details about customizing the VS Code layout to ISE, see
313313
[How to Replicate the ISE Experience in Visual Studio Code][01]
314314

315315
> [!NOTE]

reference/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ productDirectory:
106106
- url: https://code.visualstudio.com/docs/languages/powershell
107107
text: Visual Studio Code PowerShell Extension
108108
- url: /powershell/scripting/components/vscode/using-vscode-for-remote-editing-and-debugging
109-
text: Using VSCode for remote editing and debugging
109+
text: Using VS Code for remote editing and debugging
110110
- url: /powershell/scripting/developer/windows-powershell
111111
text: Windows PowerShell SDK documentation
112112
- url: /dotnet/api/?view=powershellsdk-7.4.0

0 commit comments

Comments
 (0)