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 and search for “Help: Welcome”.)
  1. Click the button to start the import flow.
  2. 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)
  3. The script will prompt you to confirm your settings by visiting the app.devin.ai URL.
  4. 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):

  1. Go to VS Code, Cmd+Shift+P -> 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 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: do Cmd+Shift+P -> Preferences: Open User Settings (JSON). Check that it matches your local editor’s.
  • Keyboard Shortcuts: do Cmd+Shift+P -> 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 do Cmd+Shift+X). 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.