Skip to content

Commit d4fea8e

Browse files
authored
Remove macOS-specific paths (#6510)
* Remove macOS-specific paths * Fix broken string * Remove extra space * Remove extra space * Fix more occurrences * Add missing s
1 parent 8e1395e commit d4fea8e

18 files changed

+26
-36
lines changed

docs/editor/accessibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When you adjust the zoom level with the **View** > **Zoom In / Out** commands, t
2929

3030
## High Contrast theme
3131

32-
We support a High Contrast color theme on all platforms. Use **File** > **Preferences** > **Theme* > **Color Theme** (`kb(workbench.action.selectTheme)`) to display the **Select Color Theme** dropdown and select the **High Contrast** theme.
32+
We support a High Contrast color theme on all platforms. Use **File** > **Preferences** > **Theme** > **Color Theme** (`kb(workbench.action.selectTheme)`) to display the **Select Color Theme** dropdown and select the **High Contrast** theme.
3333

3434
![High Contrast Theme](images/accessibility/high-contrast.png)
3535

@@ -39,7 +39,7 @@ You can search for extensions in **Visual Studio Marketplace** that are compatib
3939

4040
![Visual Studio Marketplace in VS Code UI](images/accessibility/accessibility-extension-marketplace.png)
4141

42-
Once you have installed a color theme from the Marketplace, you can change the [color theme](/docs/getstarted/themes.md) with **File** > **Preferences** > **Theme** > **Color Theme** (**Code** > **Preferences** > **Theme** > **Color Theme** on macOS) `kb(workbench.action.selectTheme)`.
42+
Once you have installed a color theme from the Marketplace, you can change the [color theme](/docs/getstarted/themes.md) with **File** > **Preferences** > **Theme** > **Color Theme** `kb(workbench.action.selectTheme)`.
4343

4444
![Dropdown for Select Color Theme](images/accessibility/accessibility-select-theme.png)
4545

@@ -57,7 +57,7 @@ The default Color Theme for VS Code is **Dark+**. However, you can customize bot
5757

5858
>**Note**: Visit [Customizing a Color Theme](/docs/getstarted/themes.md#customizing-a-color-theme) to learn more about overriding the colors in your current theme.
5959
60-
To customize the error/warning squigglies, go to **File** > **Preference** > **Settings** (**Code** > **Preference** > **Settings** for macOS) to find user settings. Search for "color customizations", find the **Workbench: Color Customizations** setting, and open your user `settings.json` by selecting **Edit in settings.json**.
60+
To customize the error/warning squigglies, go to **File** > **Preferences** > **Settings** to find user settings. Search for "color customizations", find the **Workbench: Color Customizations** setting, and open your user `settings.json` by selecting **Edit in settings.json**.
6161

6262
![JSON file settings icon](images/accessibility/accessibility-settings-json-file.png)
6363

docs/editor/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Visual Studio Code has hundreds of [settings](/docs/getstarted/settings.md), tho
1515

1616
VS Code treats your current configuration as the **Default Profile**. As you modify settings, install extensions, or change UI layout by moving views, these customizations are tracked in the Default Profile.
1717

18-
To create a new profile, you can use the **File** > **Preferences** > **Profiles** > **Create Profile** menu item (**Code** > **Preferences** > **Profiles** > **Create Profile** on macOS).
18+
To create a new profile, you can use the **File** > **Preferences** > **Profiles** > **Create Profile** menu item.
1919

2020
![Create Profile command](images/profiles/create-profile.png)
2121

docs/editor/userdefinedsnippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you find an extension you want to use, install it, then restart VS Code and t
3535

3636
## Create your own snippets
3737

38-
You can easily define your own snippets without any extension. To create or edit your own snippets, select **Configure User Snippets** under **File** > **Preferences** (**Code** > **Preferences** on macOS), and then select the language (by [language identifier](/docs/languages/identifiers.md)) for which the snippets should appear, or the **New Global Snippets file** option if they should appear for all languages. VS Code manages the creation and refreshing of the underlying snippets file(s) for you.
38+
You can easily define your own snippets without any extension. To create or edit your own snippets, select **Configure User Snippets** under **File** > **Preferences**, and then select the language (by [language identifier](/docs/languages/identifiers.md)) for which the snippets should appear, or the **New Global Snippets file** option if they should appear for all languages. VS Code manages the creation and refreshing of the underlying snippets file(s) for you.
3939

4040
![snippet dropdown](images/userdefinedsnippets/snippet-dropdown.png)
4141

docs/getstarted/keybindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Visual Studio Code lets you perform most tasks directly from the keyboard. This
1616
1717
## Keyboard Shortcuts editor
1818

19-
Visual Studio Code provides a rich and easy keyboard shortcuts editing experience using **Keyboard Shortcuts** editor. It lists all available commands with and without keybindings and you can easily change / remove / reset their keybindings using the available actions. It also has a search box on the top that helps you in finding commands or keybindings. You can open this editor by going to the menu under **File** > **Preferences** > **Keyboard Shortcuts**. (**Code** > **Preferences** > **Keyboard Shortcuts** on macOS)
19+
Visual Studio Code provides a rich and easy keyboard shortcuts editing experience using **Keyboard Shortcuts** editor. It lists all available commands with and without keybindings and you can easily change / remove / reset their keybindings using the available actions. It also has a search box on the top that helps you in finding commands or keybindings. You can open this editor by going to the menu under **File** > **Preferences** > **Keyboard Shortcuts**.
2020

2121
![Keyboard Shortcuts](images/keybinding/keyboard-shortcuts.gif)
2222

docs/getstarted/settings.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ In this article, we'll first describe user settings as these are your personal s
2222

2323
To modify user settings, you'll use the Settings editor to review and change VS Code settings.
2424

25-
To open the Settings editor, use the following VS Code menu command:
26-
27-
* On Windows/Linux - **File** > **Preferences** > **Settings**
28-
* On macOS - **Code** > **Preferences** > **Settings**
25+
To open the Settings editor, navigate to **File** > **Preferences** > **Settings**.
2926

3027
You can also open the Settings editor from the **Command Palette** (`kb(workbench.action.showCommands)`) with **Preferences: Open Settings** or use the keyboard shortcut (`kb(workbench.action.openSettings)`).
3128

docs/getstarted/telemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ With the `telemetry.telemetryLevel` user [setting](/docs/getstarted/settings.md)
3434

3535
For example, if you don't want to send any telemetry data to Microsoft, you can set the `telemetry.telemetryLevel` user [setting](/docs/getstarted/settings.md) to `off`.
3636

37-
From **File** > **Preferences** > **Settings** (macOS: **Code** > **Preferences** > **Settings**), search for `telemetry`, and set the **Telemetry: Telemetry Level** setting to `off`. This will silence all telemetry events from VS Code going forward. Telemetry information may have been collected and sent up until the point when you disable the setting.
37+
From **File** > **Preferences** > **Settings**, search for `telemetry`, and set the **Telemetry: Telemetry Level** setting to `off`. This will silence all telemetry events from VS Code going forward. Telemetry information may have been collected and sent up until the point when you disable the setting.
3838

3939
![disable telemetry](images/telemetry/disable-telemetry.png)
4040

@@ -117,7 +117,7 @@ Beyond crash reporting and telemetry, VS Code uses online services for various o
117117

118118
Please note, that turning off these features does not put VS Code into offline mode. For example, if you search for extensions in the **Extensions** view, VS Code still searches the online VS Code Marketplace. The settings ensure that VS Code does not talk to online services without you requesting it.
119119

120-
From **File** > **Preferences** > **Settings** (macOS: **Code** > **Preferences** > **Settings**), and type the tag `@tag:usesOnlineServices`. This will display all settings that control the usage of online services and you can individually switch them on or off.
120+
From **File** > **Preferences** > **Settings**, and type the tag `@tag:usesOnlineServices`. This will display all settings that control the usage of online services and you can individually switch them on or off.
121121

122122
![online settings filter](images/telemetry/online-settings.png)
123123

docs/getstarted/themes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Color themes let you modify the colors in Visual Studio Code's user interface to
1515

1616
## Selecting the Color Theme
1717

18-
1. In VS Code, open the Color Theme picker with **File** > **Preferences** > **Theme** > **Color Theme**. (**Code** > **Preferences** > **Theme** > **Color Theme** on macOS).
18+
1. In VS Code, open the Color Theme picker with **File** > **Preferences** > **Theme** > **Color Theme**.
1919
2. You can also use the keyboard shortcut `kb(workbench.action.selectTheme)` to display the picker.
2020
3. Use the cursor keys to preview the colors of the theme.
2121
4. Select the theme you want and press `kbstyle(Enter)`.
@@ -195,7 +195,7 @@ File icon themes can be contributed by extensions and selected by users as their
195195

196196
### Selecting the File Icon Theme
197197

198-
1. In VS Code, open the File Icon Theme picker with **File** > **Preferences** > **Theme** > **File Icon Theme**. (**Code** > **Preferences** > **Theme** > **File Icon Theme** on macOS).
198+
1. In VS Code, open the File Icon Theme picker with **File** > **Preferences** > **Theme** > **File Icon Theme**.
199199
2. You can also use the **Preferences: File Icon Theme** command from the **Command Palette** (`kb(workbench.action.showCommands)`).
200200
3. Use the cursor keys to preview the icons of the theme.
201201
4. Select the theme you want and hit `kbstyle(Enter)`.

docs/getstarted/tips-and-tricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ See IntelliSense for your `package.json` file.
753753

754754
### Create custom snippets
755755

756-
**File** > **Preferences** > **Configure User Snippets** (**Code** > **Preferences** > **Configure User Snippets** on macOS), select the language, and create a snippet.
756+
**File** > **Preferences** > **Configure User Snippets**, select the language, and create a snippet.
757757

758758
```json
759759
"create component": {

docs/getstarted/userinterface.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ After opening a folder in VS Code, the contents of the folder are shown in the E
8787
8888
![Explorer Menu](images/userinterface/explorer_menu.png)
8989

90-
VS Code works very well with other tools that you might use, especially command-line tools. If you want to run a command-line tool in the context of the folder you currently have open in VS Code, right-click the folder and select **Open in Command Prompt** (or **Open in Terminal** on macOS or Linux).
90+
VS Code works very well with other tools that you might use, especially command-line tools. If you want to run a command-line tool in the context of the folder you currently have open in VS Code, right-click the folder and select **Open in Integrated Terminal**.
9191

92-
You can also navigate to the location of a file or folder in the native Explorer by right-clicking on a file or folder and selecting **Reveal in Explorer** (or **Reveal in Finder** on macOS or **Open Containing Folder** on Linux).
92+
You can also navigate to the location of a file or folder in the native Explorer by right-clicking on a file or folder and selecting **Reveal in File Explorer** (or **Reveal in Finder** on macOS or **Open Containing Folder** on Linux).
9393

9494
>**Tip:** Type `kb(workbench.action.quickOpen)` (**Quick Open**) to quickly search and open a file by its name.
9595
@@ -206,8 +206,6 @@ Most editor configurations are kept in settings which can be modified directly.
206206
* Select **File** > **Preferences** > **Settings** (or press `kb(workbench.action.openSettings)`) to edit the user `settings.json` file.
207207
* To edit workspace settings, select the **WORKSPACE SETTINGS** tab to edit the workspace `settings.json` file.
208208

209-
>**Note for macOS users:** The **Preferences** menu is under **Code** not **File**. For example, **Code** > **Preferences** > **Settings**.
210-
211209
![workspace settings](images/userinterface/workspace-settings.png)
212210

213211
You will see the VS Code [Default Settings](/docs/getstarted/settings.md#default-settings) in the left window and your editable `settings.json` on the right. You can easily filter settings in the `Default Settings` using the search box at the top. Copy a setting over to the editable `settings.json` on the right by clicking on the edit icon to the left of the setting. Settings with a fixed set of values allow you to pick a value as part of their edit icon menu.

docs/introvideos/basics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ Pick another video from the list: [Introductory Videos](/docs/getstarted/introvi
6060
* Zoom in (`kb(workbench.action.zoomIn)`)
6161
* Customize your editor with color themes.
6262
* **File** > **Preferences** > **Theme** > **Color Theme** (`kb(workbench.action.selectTheme)`)
63-
* **Code** > **Preferences** > **Theme** > **Color Theme** on macOS
6463

6564
## Next video
6665

docs/introvideos/productivity.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Pick another video from the list: [Introductory Videos](/docs/getstarted/introvi
4242
* **File** > **Auto Save**
4343
* Open the Settings editor
4444
* **File** > **Preferences** > **Settings** (`kb(workbench.action.openSettings)`)
45-
* **Code** > **Preferences** > **Settings** on macOS
4645
* Set Format On Type
4746
* check **Editor: Format on Type**
4847
* Set Format On Paste

docs/languages/powershell.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ New Project from Plaster Template** command from the Command Palette
130130

131131
## PowerShell extension settings
132132

133-
You can customize VS Code [settings][07] from the **File** > **Preferences** > **Settings** menu
134-
item (**Code** > **Preferences** > **Settings** on macOS).
133+
You can customize VS Code [settings][07] from the **File** > **Preferences** > **Settings** menu item.
135134

136135
You can also select the gear icon located in the lower left corner of the Activity Bar.
137136

docs/other/unity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Before|After
189189
------|-----
190190
![Unfiltered files](images/unity/unfilteredfiles.png)|![filtered files](images/unity/filteredfiles.png)
191191

192-
To edit this directly within VS Code Settings editor, go to **File** > **Preferences** > **Settings** (**Code** > **Preferences** > **Settings** on macOS). Switch to the **Workspace** tab and then type "files exclude" into the Settings editor search bar. Add a glob pattern similar to the pattern shown below by clicking the **Add Pattern** button for the **Files: Exclude** setting. You will need to add each pattern separately.
192+
To edit this directly within VS Code Settings editor, go to **File** > **Preferences** > **Settings**. Switch to the **Workspace** tab and then type "files exclude" into the Settings editor search bar. Add a glob pattern similar to the pattern shown below by clicking the **Add Pattern** button for the **Files: Exclude** setting. You will need to add each pattern separately.
193193

194194
```
195195
**/.git

docs/python/tutorial-flask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ You can run the app at this point, but because you haven't made use of the base
470470
471471
Because the three pages you create in the next section extend `layout.html`, it saves time to create a **code snippet** to initialize a new template file with the appropriate reference to the base template. A code snippet provides a consistent piece of code from a single source, which avoids errors that can creep in when using copy-paste from existing code.
472472
473-
1. In VS Code, select **File** (**Code** on macOS) > **Preferences** > **Configure User Snippets**.
473+
1. In VS Code, select **File** > **Preferences** > **Configure User Snippets**.
474474
475475
1. In the list that appears, select **html**. The option may appear as "html.json" in the **Existing Snippets** section of the list if you've created snippets previously.
476476

docs/setup/mac.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ VS Code ships monthly [releases](/updates) and supports auto-update when a new r
7474
7575
## Preferences menu
7676

77-
You can configure VS Code through [settings](/docs/getstarted/settings.md), [color themes](/docs/getstarted/themes.md), and [custom keybindings](/docs/getstarted/keybindings.md) available through the **Code** > **Preferences** menu group.
78-
79-
You may see mention of **File** > **Preferences** in documentation, which is the **Preferences** menu group location on Windows and Linux. On a macOS, the **Preferences** menu group is under **Code**, not **File**.
77+
You can configure VS Code through [settings](/docs/getstarted/settings.md), [color themes](/docs/getstarted/themes.md), and [custom keybindings](/docs/getstarted/keybindings.md) available through the **File** > **Preferences** menu group.
8078

8179
## Next steps
8280

0 commit comments

Comments
 (0)