Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

warp config vscode windows

I am trying to configure Warp as the default terminal in VSCode on Windows, but I am encountering some issues.

I tried adding Warp as a terminal profile in VSCode by modifying the terminal.integrated.profiles.windows setting. I expected Warp to appear in the terminal dropdown and open as the integrated terminal. However, it does not show up, and VSCode defaults to PowerShell or Command Prompt instead.

like image 627
devdariill Avatar asked Dec 09 '25 16:12

devdariill


1 Answers

press "F1" > open user settings json

add config :

  "terminal.integrated.defaultLocation": "editor",

  "terminal.integrated.profiles.windows": {
    "warp": {
      "path": "C:\\Users\\ronal\\AppData\\Local\\Programs\\Warp\\warp.exe", // path of warp.exe
      // "args": ["/K", "C:\\cmder\\vendor\\bin\\vscode_init.cmd"]
    }
  },
  "terminal.integrated.defaultProfile.windows": "warp",

usage: "f1" > "create new terminal"

edit "shortcut"

like image 97
devdariill Avatar answered Dec 13 '25 17:12

devdariill



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!