有没有办法为 python 个文件设置绿色 运行 按钮?
Is there a way get green run button for python files?
我曾经在 Windows 和 Linux 上为 VScode 中的 python 文件设置一个绿色的 运行 按钮。
就像我找到的这张图片 here:
但现在有一个无聊的白色按钮(在 Linux 上):
同样的事情发生在我的几个朋友身上。
有没有办法恢复绿色按钮?
通过添加此行修复:
.action-label.codicon.codicon-play{color:#89d185}
到此文件:/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.css
我曾经在 Windows 和 Linux 上为 VScode 中的 python 文件设置一个绿色的 运行 按钮。 就像我找到的这张图片 here:
但现在有一个无聊的白色按钮(在 Linux 上):
同样的事情发生在我的几个朋友身上。
有没有办法恢复绿色按钮?
通过添加此行修复:
.action-label.codicon.codicon-play{color:#89d185}
到此文件:/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.css