我最近开始将VSCode视为Sublime 3的替代品(我使用的是Mac OS Sierra 10.13.1)。我经常使用远程服务器上的代码,所以我按照https://codepen.io/ginfuru/post/remote-editing-files-with-ssh中的步骤安装了" rcode"。
在我尝试同时编辑两个文件之前,一切似乎都运行良好:
rcode file1.py
rcode file2.py
每次我从远程服务器打开一个新文件时,第一个文件会自动关闭,让我只打开file2.py.
这真是令人沮丧,因为我需要在他们之间来回走动,我无法找到有关此问题的任何信息。使用" rmate"我有同样的问题。
有没有其他人碰到类似的东西,有没有解决方法?我在Sublime中使用多个文件时从未遇到过任何问题。
答案 0 :(得分:1)
这不是一个完美的解决方案,但如果您在设置中将.anchorScroll {
background:#8994a5 url('https://visualpharm.com/assets/98/Upward%20Arrow-595b40b85ba036ed117dbd06.svg');
color: #fff;
position: fixed;
bottom: 10px;
right: 10px;
z-index: 9999;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 20px;
border-radius: 3px;
}
更改为"workbench.editor.enablePreview"
,则rmate(可能是rcode)将在新标签中打开文件。