સમાચાર

注意:当执行一个包含 Unicode 字符的 Python 脚本时,必须在脚本的顶部加上下面一行,告诉 Python 代码是 UTF-8/Unicode 格式的。
Type: Bug Behaviour Steps to reproduce: run VSCode targeting a remote host over ssh running pytest download this minimal git repo which reproduces the issue run a collection of 1000 unit tests at o ...