What is "Ticino" in my Windows 7 Explorer context menu?

The "Ticino" item is added to the Windows Explorer context menu by early versions of Visual Studio Code Preview. It opens the selected file in Code for editing.

Previous versions of Code did not remove the item properly during uninstallation. According to the Code FAQ Microsoft fixed the issue as of version 0.3.0.

Q: I uninstalled Visual Studio Code on my Windows machine. Why do I still see Code in my Windows Explorer context menu?

A: We fixed this in VS Code 0.3.0.

Previously you may have needed to manually remove the following registry keys:

HKEY_CLASSES_ROOT\*\shell\Ticino
HKEY_CLASSES_ROOT\directory\background\shell\Ticino
HKEY_CLASSES_ROOT\directory\shell\Ticino
HKEY_CURRENT_USER\SOFTWARE\Classes\directory\background\shell\Ticino

Should you want to remove this (in case you uninstalled one of the early versions of VS Code and won't install a newer one) remove the "Ticino" folder from this regedit paths:

  • \HKEY_CLASS_ROOT\*\shell
  • \HKEY_CLASS_ROOT\Directory\Background\shell
  • \HKEY_CLASS_ROOT\Directory\shell