-
Notifications
You must be signed in to change notification settings - Fork 0
Migration Guide
sabbir-mahmud edited this page Jul 21, 2026
·
1 revision
This guide explains how to migrate your existing settings, keybindings, and extensions from Visual Studio Code or VSCodium to Black IDE.
Visual Studio Code and VSCodium store their settings files (settings.json and keybindings.json) in platform-specific user folders. You can copy these files directly to the Black IDE directories to restore your configuration.
-
Visual Studio Code:
- macOS:
~/Library/Application Support/Code/User - Windows:
%APPDATA%\Code\User - Linux:
~/.config/Code/User
- macOS:
-
VSCodium:
- macOS:
~/Library/Application Support/VSCodium/User - Windows:
%APPDATA%\VSCodium\User - Linux:
~/.config/VSCodium/User
- macOS:
Copy your configuration files into these target folders:
-
macOS:
~/Library/Application Support/Black IDE/User/ -
Windows:
%APPDATA%\Black IDE\User\ -
Linux:
~/.config/Black IDE/User/
Black IDE sets its own dataFolderName, so extensions do not live in the generic
~/.vscode-oss/extensions folder used by unbranded OSS builds:
-
Stable:
~/.black-ide/extensions -
Insiders:
~/.black-ide-insiders/extensions
To copy your extensions from official VS Code to Black IDE:
- Locate your VS Code extensions folder at
~/.vscode/extensions. - Copy its contents into
~/.black-ide/extensions(or your portable data folder if running in portable mode).
Alternatively, you can manually reinstall extensions via the Extensions pane in Black IDE using the Open VSX search bar.