Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from 1.9.0 turns on minimap in user settings #48

Closed
egamma opened this issue Mar 2, 2017 · 17 comments
Closed

Upgrade from 1.9.0 turns on minimap in user settings #48

egamma opened this issue Mar 2, 2017 · 17 comments

Comments

@egamma
Copy link
Member

egamma commented Mar 2, 2017

From @rnemec on March 1, 2017 22:53

  • VSCode Version: 1.10.0
  • OS Version: 10.11.6

Steps to Reproduce:

  1. Upgraded
  2. See minimap
  3. Don't like minimap
  4. Open settings - enabled = false by default
  5. Wonder
  6. Copy setting to user settings and set again to false
  7. CANNOT GET RID of that minimap. SAM-I-AM - I do not like green eggs and ham.

Copied from original issue: microsoft/vscode#21665

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @rnemec on March 1, 2017 22:58

Please, let me know what other information I can provide. I cannot believe that this bug is not yet logged - it must be something unusual in my setup...

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @jordanmkasla2009 on March 2, 2017 0:49

I can't reproduce this. What OS / Extensions / User Settings are you using?

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @rnemec on March 2, 2017 0:52

OS = Mac OS 10.11.6
and several extensions (although WHY would they break the mini-thing?) Is there an easy way to dump some useful info for you? I assume this must be something local here since nobody else is complaining...

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @rnemec on March 2, 2017 0:58

Mystery solved!

After the upgrade, for some reason the workspace settings had minimap.enable set to "true". I didn't put that in there, but it got there somehow during the upgrade.
I apologize, I didn't look at the workspace settings because I usually only set the user settings, not workspace.

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @cjsaylor on March 2, 2017 1:9

@rnemec I had the same thing happen as well. Seems to be some sort of bug with the upgrade from 1.09 to 1.10.

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @rnemec on March 2, 2017 1:10

Reopening as upgrade bug.

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @fengcen on March 2, 2017 2:42

I found that this extension "Sublime Text Keymap" will automatically create .vscode folder and settings.json

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @rnemec on March 2, 2017 2:55

I don't have "Sublime Text Keymap" extension. And I already had the settings.json in the workspace's .vscode, just not used much.
Is it possible that the upgrade would just add the minimap.enabled=true if there is settings.json in workspace's .vscode?

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @rnemec on March 2, 2017 2:58

I just upgraded to 1.10.1 and guess what - the upgrade added the minimap.enabled=true to my workspace settings again.

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @fengcen on March 2, 2017 3:7

I only know that "Sublime Text Keymap" will automatically enable minimap and create workspace setting.

It works fine for me after I disable this extension.

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @rnemec on March 2, 2017 3:18

Qiu, you are correct!
Keymap plugins.
I am using "Atom Keymap" and whenever the workspace is reloaded, it turns on the minimap. When the plugin is disabled, it behaves OK.

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @gluons on March 2, 2017 6:24

For me, .vscode folder always be automatically created every time I open VSCode. That's really annoying.
I'm using Atom Keymap too.

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @rnemec on March 2, 2017 6:30

A workaround for all who cannot wait for the Atom Keymap plugin to get fixed (not sure about other plugins):

  1. go to file ~/.vscode/extensions/ms-vscode.atom-keybindings-2.0.0/out/src/extension.js
  2. comment out the body of the activate method
  3. enjoy

Plus or minus some version number, and possibly something similar may work for the other plugin.

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @alexandrudima on March 2, 2017 8:43

We are looking into publishing a fixed version of this extension.

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

From @alexandrudima on March 2, 2017 9:2

We published a new version of this extension that no longer writes to workspace settings.

@egamma
Copy link
Member Author

egamma commented Mar 2, 2017

Moving the issue to the sublime extension repository.

@waderyan
Copy link

Minimap is now the default.

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants