提交 d549cf6d 编写于 作者: G Gen Lu

Disable CTRL+SHIFT+V in interactive window

上级 c807cb47
......@@ -269,6 +269,11 @@ private int PreEditorCommandFilterExec(ref Guid pguidCmdGroup, uint nCmdID, uint
{
switch ((VSConstants.VSStd97CmdID)nCmdID)
{
// TODO: Add support of rotating clipboard ring
// https://github.com/dotnet/roslyn/issues/5651
case VSConstants.VSStd97CmdID.PasteNextTBXCBItem:
return VSConstants.S_OK;
case VSConstants.VSStd97CmdID.Paste:
_window.Operations.Paste();
return VSConstants.S_OK;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册