Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnsesana/vscode-settings
My personal VS Code configs
https://github.com/johnsesana/vscode-settings
vscode-settings
Last synced: about 2 months ago
JSON representation
My personal VS Code configs
- Host: GitHub
- URL: https://github.com/johnsesana/vscode-settings
- Owner: JohnSesana
- Created: 2024-01-22T14:12:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T14:50:14.000Z (4 months ago)
- Last Synced: 2024-09-07T04:47:13.826Z (4 months ago)
- Topics: vscode-settings
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSCode Profile Export and Import Guide
This guide will walk you through the steps to export and import your Visual Studio Code (VSCode) profile, including settings, keybindings, and extensions.
## Exporting Your Profile Settings
1. On VSCode, open Command Palette: Press `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (macOS) to open the Command Palette.
2. Type `Export Profile`
3. A new window will appear on the sidebar, you can select everything you want to export from your vscode.
4. Click Export
5. Type the name of the file
6. Select where you want to export either via `Github` or `Local file`## Importing a Profile Settings
1. Locate your `.code-profile` exported file. It should look like `My-vscode-settings.code-profile` (the name before the dot may vary)
2. On VSCode, open Command Palette: Press `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (macOS) to open the Command Palette.
3. Type `Import Profile`
4. Select the option `Select File`
5. Select your `.code-profile` file
6. A new window will appear on the sidebar, you can select everything you want to import into your vscode.
7. Press `Create Profile`
8. Select what you want to configure and the name of your profile.
9. Press `Create`
10. VS Code will automatically apply and install all changes---
Enjoy :)