You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings (excludes machine scoped settings like git.path. Also removes comments)
Installed extensions and enablements
UI customisations
Status bar entries visibility
Activity Bar, Bottom Panel & Status Bar entries visibility and order
Views visibility, location and order
Testing
You can now export and import a settings profile using commands Settings Profile: Export Settings as a Profile and Settings Profile: Import Settings from a Profile respectively. Test these two features using two VS Code instances each with a different user data (--user-data-dir) and extensions directory (--extensions-dir).
You can host the exported settings profile in internet and import it by providing the URL. For example save the settings profile using GitHub gists. Test importing the settings profile by providing the raw gist URL.
Test this in vscode.dev/github.dev
The text was updated successfully, but these errors were encountered:
Refs: #146729
Complexity: 4
Create Issue
A settings profile includes following:
git.path
. Also removes comments)Testing
You can now export and import a settings profile using commands
Settings Profile: Export Settings as a Profile
andSettings Profile: Import Settings from a Profile
respectively. Test these two features using two VS Code instances each with a different user data (--user-data-dir
) and extensions directory (--extensions-dir
).You can host the exported settings profile in internet and import it by providing the URL. For example save the settings profile using GitHub gists. Test importing the settings profile by providing the raw gist URL.
Test this in vscode.dev/github.dev
The text was updated successfully, but these errors were encountered: