> ## Documentation Index
> Fetch the complete documentation index at: https://docs.devinenterprise.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Importing Code Settings

> Use your local settings and extensions while working in Devin's IDE

Working in VS Code is easier with your familiar Settings, Extensions, and Keyboard Shortcuts. Follow this tutorial to upload your local settings manually.

## Auto-Import Settings

This workflow imports your settings automatically.

1. Open any Devin session that you started
2. You should be greeted by the Welcome page. (If this page does not appear, you can always reopen it with `Cmd+Shift+P` on Mac or `Ctrl+Shift+P` on Windows/Linux and search for "Help: Welcome".)

<Frame>
  <img src="https://mintcdn.com/cognitionai-enterprise/A1NrXl_1--Cgx5nh/images/vscode-profiles/import-button-view.png?fit=max&auto=format&n=A1NrXl_1--Cgx5nh&q=85&s=0963d76881ac0b97e46b7c4fd214e135" alt="Welcome" width="3098" height="2114" data-path="images/vscode-profiles/import-button-view.png" />
</Frame>

3. Click the button to start the import flow.
4. Follow the steps on the screen. You will copy paste a Python script to your local computer's terminal to upload your profile. (PowerShell for Windows)
5. The script will prompt you to confirm your settings by visiting the app.devin.ai URL.
6. Once confirmed, your settings will be synced automatically to your Devin session and for all future Devin sessions!

## Exporting Your Local Profile Manually

If the Auto-Import workflow isn't working, follow these steps for manual export and import.

Watch this video to see how to do export your Profile in VS Code (including VS Code forks):

<iframe className="w-full aspect-video" src="https://www.loom.com/embed/0fffa5478df84186bb55af67b33b8de4?sid=5d19de1c-743d-4ba5-8b2b-a64d12543d43" />

1. Go to VS Code, `Cmd+Shift+P` (Mac) or `Ctrl+Shift+P` (Windows/Linux) -> Preferences: Open Profiles (UI)
2. Right click your profile (usually Default).
3. Click Export and choose File in the quick pick that appears.
4. Save the file to disk. This will get saved to a `.code-profile` file.

## Importing Your `.code-profile` File Manually

Once you have a .code-profile file, you can upload it to any Devin session IDE that you started.

1. Open any Devin session that you started
2. Open the command palette with `Cmd+Shift+P` (Mac) or `Ctrl+Shift+P` (Windows/Linux) and search for "Preferences: Devin: Import Profile (Manual)".
3. Select the file you uploaded. This will upload your profile to the machine. All your extensions and settings should then be auto-installed.

## Verifying that your upload worked

You can check that your Settings, Extensions, and Keyboard Shortcuts were uploaded properly by doing the following in Devin IDE:

* Settings: open the command palette (`Cmd+Shift+P` on Mac / `Ctrl+Shift+P` on Windows/Linux) and search for "Preferences: Open User Settings (JSON)". Check that it matches your local editor's.
* Keyboard Shortcuts: open the command palette and search for "Preferences: Open Keyboard Shortcuts (JSON)". Check that it matches your local editor's.
* Extensions: Click the extensions icon in the sidebar on the right (or press `Cmd+Shift+X` on Mac / `Ctrl+Shift+X` on Windows/Linux). Search for the Extensions you have installed locally.

## Settings Sync

Your settings will automatically be synced across your sessions. Contact support if you encounter any issues with this.
