一个设置,让你的 VS Code 快 10 倍!

// NOTE: Changing this file requires a restart of VS Code.
{
    // Use software rendering instead of hardware accelerated rendering.
    // This can help in cases where you see rendering issues in VS Code.
     “disable-hardware-acceleration”: true,
    // Allows to disable crash reporting.
    // Should restart the app if the value is changed.
    “enable-crash-reporter”: true,
    // Unique id used for correlating crash reports sent from this instance.
    // Do not edit this value.
    “crash-reporter-id”: “8ba7b9eb-0c2b-41bc-a7e7-de37b84cd9c3”,
    “locale”: “zh-cn”
}

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/tech/dev/315240.html

(0)
上一篇 2024年11月26日 15:34
下一篇 2024年12月4日 15:03

相关推荐

发表回复

登录后才能评论