vscode-commandbar icon indicating copy to clipboard operation
vscode-commandbar copied to clipboard

Promising but lacks robustness

Open radman-x opened this issue 5 years ago • 8 comments

This extension has the potential to be useful but currently lacks robustness. We are running VSCode v1.30.2 on Windows 10 and having these problems:

  • From CommandBar: settings menu option in All Commands menu, we get "Create Workspace Settings", "Create Global Settings" and "Cancel", NOT the "Create New" and "Cancel" that your getting started GIF shows.
  • After choosing "Create Workspace Settings", the commandbar.json file is put under a strange folder on our c: drive (it is "c:<user_name>\command.json! As documented by #68). However, notice that I said we chose "Create Workspace Settings", NOT "Create Global Settings.
  • After completely uninstalling the extension, our VSCode app is now ALWAYS opening up with a "commandbar.json" file in an editor window. HOW CAN WE GET RID OF THIS?
  • Also, we are now getting the following error whenever we save a file (never got this before installing your extension): A system error occurred (UNKNOWN: unknown error, mkdir '\Users<user_name>.vscode')

Please help us to fully uninstall your extension!

radman-x avatar Jan 14 '19 17:01 radman-x