Qu'est-ce que "Ticino" in my Windows 7 Explorer context menu?
Qu'est-ce que "Ticino" in my Windows 7 Explorer context menu?
J'ai remarqué today that J'ai un new Explorer context menu item called "Ticino" when I faites un clic droit sur a file on Windows 7. Qu'est-ce que it?
Re: Qu'est-ce que "Ticino" in my Windows 7 Explorer context menu?
The "Ticino" item is added to the Explorateur Windows context menu by early versions of [Visual Studio Code Preview](https://code.visualstudio.com/). 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](https://code.visualstudio.com/Docs/FAQ) Microsoft a résolu le problème as of version 0.3.0.
>
**Q: I uninstalled Visual Studio Code on my Windows machine. Pourquoi I still see Code in my Explorateur Windows 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
```
Previous versions of Code did not remove the item properly during uninstallation. According to the [Code FAQ](https://code.visualstudio.com/Docs/FAQ) Microsoft a résolu le problème as of version 0.3.0.
>
**Q: I uninstalled Visual Studio Code on my Windows machine. Pourquoi I still see Code in my Explorateur Windows 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
```