We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed38b8 commit f5e9aeeCopy full SHA for f5e9aee
packages/pyright-scip/src/virtualenv/environment.ts
@@ -37,7 +37,7 @@ function pipBulkShow(names: string[]): string[] {
37
return child_process
38
.execSync(`${getPipCommand()} show -f ${names.join(' ')}`)
39
.toString()
40
- .split('---');
+ .split('\n---');
41
}
42
43
export default function getEnvironment(
0 commit comments