Hello! I just downloaded and installed Pulsar. Most editors like Pycharm, or VSCodium have a built in terminal you can run in the window you are editing. Is there a plugin that will install a built-in terminal or something similar so I can edit in Pulsar and not have to run windows terminal

  • sinewyshadow@lemmy.mlOP
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    I tried installing this plugin, but I got an error that I need to install Python and Visual Studio, which I have both installed. It says it needs C/C++ tools in order to work? Is there a way to fix this error?

    • Daeraxa@lemmy.mlM
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      Basically the package uses some native modules, it will attempt to download pre-built binaries for those modules but if it can’t find an exact match for your system it needs to build them - hence the need for build tools. Unfortunately I don’t know why it wouldn’t detect them if you have them installed, best bet is to bring this up on on the x-terminal-reloaded GitHub repo or in our Discord to see if the dev for that package can help a bit more.