我更改了 Visual studio 代码设置,现在遇到问题

I Changed Visual studio code settings now facing problems

I increased the window scale size(exactly don't know the name) It default is 0 or 1, i increased it to 100 Now i can't change because the interface is increased full. Now scrolling is not working to reach down and also array buttons too Ctr +, and ctr - minus are also not working. I think i only have a option to reset all my Visual studios with some keyboard shortcuts

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

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

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