VSCode:如何禁止 vscode 滚动到我点击的位置?

VSCode: How do I disable vscode from scrolling to where I click?

我不知道如何禁用此功能。 VSCode 将滚动到我在文本编辑器中单击的任何位置。它最终会在我按下以单击时滚动文本,并且文本会突出显示,直到我释放单击为止。这很烦人。为了防止这种情况发生,我必须非常非常轻地点击。如何禁用此滚动点击功能。

我找到了允许该行为发生的功能。它被称为“光标环绕线”。

Editor: Cursor Surrounding Lines Controls the minimal number of visible leading and trailing lines surrounding the cursor. Known as 'scrollOff' or 'scrollOffset' in some other editors.

值设置为 200,所以我将其设置为 0。已解决问题。