为什么我在 vscode 中按 F5 到 运行 程序时没有选择

why there is no selection when I click F5 to run program in vscode

比如一开始我想运行编程按F5,vscode上面有一个选择框。不过可能是我点错了,直接debug,这里没有选择,终端结果前面显示的是(base),为什么,怎么改成原来的设置?

一种重置VS设置的方法如下: 注意:请使用另存为备份 settings.json,以防您以后可能需要恢复某些内容。 不要从您的 "defaultSettings.json"

中删除任何内容

这些说明仅用于清除除{之外的所有内容 } 在您的用户中 settings.json:

The easiest way to reset VS Code back to the default settings is to clear your user settings.json file contents in the Settings editor. Delete everything between the two curly braces, save the file, and VS Code will go back to using the default values.How can I reset my user settings?

如果上述操作未能解决您的问题,请考虑添加问题的屏幕截图以及您发布的问题 and/or 添加默认设置 settings.json,以便与正常工作的默认设置进行比较 settings.json 文件寻求帮助。