onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.36k stars 301 forks source link

vcs.sidebar fails to load and will cause clipboard integration to fail #2700

Open FreddyShark opened 5 years ago

FreddyShark commented 5 years ago

Oni Version: 0.36 Neovim Version (Linux only): Operating System: Windows 10

Issue: "experimental.vcs.sidebar": true, fails to add feature, but note, it causes clipboard integration to fail when pasting into the editor, despite: "editor.clipboard.enabled": true, "editor.clipboard.synchronizeYank": true, "editor.clipboard.synchronizeDelete": true,

Expected behavior:

Actual behavior:

Steps to reproduce: add: "experimental.vcs.sidebar": true, and "editor.clipboard.enabled": true,
to config.tsx Then attempt to paste into editor from system clipboard. The fault is resolved when cvs.sidebar is removed from configuration.

oni-bot[bot] commented 5 years ago

Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.