VSCode 常见问题

发布于 2024-12-04 07:41:28 字数 1317 浏览 13 评论 0

vscode 的 debug 终端的命令小浮窗,如何关闭?

点击:断开连接

vscode 使用 git 的 bash.exe 做终端

错误配置: "terminal.integrated.shell.windows": "E:\install\Git\git-bash.exe" ​, 会弹框!!! 错误配置: "terminal.integrated.shell.windows": "E:\install\Git\bin\bash.exe" ​。

vscode 怎么设置可以搜索包含 node_modules 中的文件?

https://www.zhihu.com/question/309220217/answer/586510407

Vetur can't find tsconfig.json or jsconfig.json in f:\blog\demo\note.

2.在项目根目录创建 jsconfig.json 文件,加入代码:

{
    "include": [
        "./src/*"
    ]
}

https://blog.csdn.net/hongc93/article/details/122811641

records.json: For performance reasons, document symbols have been limited to 5000 items. Use setting 'json.maxItemsComputed' to configure the limit.

解决: 通过快捷键 ctrl+shift+p,打开 setting.json。 在 json 中添加一个设置:"json.maxItemsComputed": 6000。 https://blog.csdn.net/m0_47955692/article/details/108882603

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

关于作者

口干舌燥

暂无简介

文章
评论
27 人气
更多

推荐作者

夢野间

文章 0 评论 0

百度③文鱼

文章 0 评论 0

小草泠泠

文章 0 评论 0

zhuwenyan

文章 0 评论 0

weirdo

文章 0 评论 0

坚持沉默

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文