Skip to content

Commit 300c07e

Browse files
committed
small formatting update
1 parent 74917e5 commit 300c07e

File tree

1 file changed

+6
-6
lines changed
  • app/web_development/posts/vscode

1 file changed

+6
-6
lines changed

app/web_development/posts/vscode/page.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: VSCode
33
keywords: ['VSCode', 'ide', 'programming', 'extension', 'theme']
44
published: 2024-08-05T11:22:33.444Z
5-
modified: 2024-11-23T23:11:00.444Z
5+
modified: 2025-01-20T23:11:00.444Z
66
permalink: https://chris.lu/web_development/posts/vscode
77
section: Web development
88
---
@@ -265,15 +265,15 @@ To edit settings first [open the settings UI or file version](#open-the-settings
265265

266266
You have two types of settings:
267267

268-
* **user** settings will apply to all your projects; these settings are saved in the computer user directory; these settings get synchronized between all VSCode tools where you are signed in
268+
**user settings:** will apply to all your projects; these settings are saved in the computer user directory; these settings get synchronized between all VSCode tools where you are signed in
269269

270270
user settings locations:
271271

272-
Windows: %APPDATA%\Code\User\settings.json.
273-
macOS: $HOME/Library/Application\ Support/Code/User/settings.json.
274-
Linux: $HOME/.config/Code/User/settings.json.
272+
* **Windows**: %APPDATA%\Code\User\settings.json.
273+
* **macOS**: $HOME/Library/Application\ Support/Code/User/settings.json.
274+
* **Linux**: $HOME/.config/Code/User/settings.json.
275275

276-
* **workspace** settings will only apply to the project (workspace) that is currently open in VSCode; those settings get saved into a `settings.json` file that is located in a `.vscode` directory of your project (workspace), meaning that you can commit that directory with your source code to share the settings with others
276+
**workspace settings:** will only apply to the project (workspace) that is currently open in VSCode; those settings get saved into a `settings.json` file that is located in a `.vscode` directory of your project (workspace), meaning that you can commit that directory with your source code to share the settings with others
277277

278278
Two tabs at the top of the settings page allow you to switch between user and workspace settings.
279279

0 commit comments

Comments
 (0)