【问题标题】:I Changed Visual studio code settings now facing problems我更改了 Visual Studio 代码设置现在面临问题
【发布时间】:2021-11-03 07:05:47
【问题描述】:

我增加了窗口比例大小(不知道名字) 默认是 0 或 1,我把它增加到 100???? 现在我无法更改,因为界面已满。 现在滚动不起作用,也无法向下滚动按钮 Ctr + 和 ctr - 减号也不起作用。 我想我只能选择用一些键盘快捷键重置我所有的 Visual Studio

【问题讨论】:

    标签: ide


    【解决方案1】:

    您可以尝试查看设置文件并检查是否有缩放或缩放或类似设置。

    设置文件通常位于以下位置之一:

    Depending on your platform, the user settings file is located here:
    
    Windows %APPDATA%\Code\User\settings.json
    macOS $HOME/Library/Application Support/Code/User/settings.json
    Linux $HOME/.config/Code/User/settings.json
    
    The workspace settings file is located under the .vscode folder in your root folder.
    

    More info on the official help site

    【讨论】:

    • @suryasarisa 太棒了,如果这回答了您的问题,您可以将其标记为答案:)
    猜你喜欢
    • 2019-08-17
    • 2023-03-11
    • 2022-01-27
    • 2019-09-13
    • 2022-09-23
    • 2017-02-07
    • 2010-12-09
    • 2017-09-30
    • 1970-01-01
    相关资源
    最近更新 更多