英文:
how to remove vs code unnecessary characters(how to remove that "s:")?
问题
如何在 VS Code 中删除那个 "s:"?
最近我添加了一个调试器和其他 Java 扩展,可能是它们建议的,还尝试了一些更改 VS Code 设置以删除它,但没有起作用。
英文:
how to remove that "s:" in vs code
Recently I have added an debugger and other java extensions may be that suggesting it and also tried some change in settings of vs code to remove this but it didn't worked.
答案1
得分: 1
这些被称为“嵌入提示”,按下ctrl+逗号打开设置菜单,搜索“嵌入提示”,然后关闭它们。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论