1

I want to change default editor in Active-hdl to microsoft visual studio and every time I click on file in Active-hdl, vs-code open that file,How can I do that?

amin saffar
  • 1,953
  • 3
  • 22
  • 34

1 Answers1

0

Open preferences from Tools > preferences Then go to Tools > File Tools

add vs_code like this picture this picture

  1. add 'click here to add new tool' and add new tool
  2. in command add the path of your vs_code C:\Program Files\Microsoft VS Code\Code.exe
  3. in arguments put $(filename)
amin saffar
  • 1,953
  • 3
  • 22
  • 34