aik099/PhpStormProtocol

How to uninstall this?

Opened this issue · 3 comments

bremg commented

Doesn't work.

permanently alters your registry, how to undo this?

Doesn't work.

Have you performed after install configuration as advised for Windows install in README.md?

permanently alters your registry, how to undo this?

Not currently. You're welcome to send PR with uninstall.reg file, that will remove the keys being added during install.

Doesn't work.

permanently alters your registry, how to undo this?

Just create uninstall.reg file and in this file you can type

REGEDIT4
[-HKEY_CLASSES_ROOT\phpstorm]

It will remove the registry entry created by run_editor.reg

@ghabriel25 , please create a PR, that:

  1. adds uninstall.reg file
  2. updates instructions in the README.md explaining the uninstall workflow
    .