Skip to content

Commit b50c969

Browse files
Add ctime and mtime properties to PythonExecutableInfo.
1 parent 1f5d5d3 commit b50c969

File tree

1 file changed

+2
-0
lines changed
  • src/client/pythonEnvironments/base/info

1 file changed

+2
-0
lines changed

src/client/pythonEnvironments/base/info/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export enum PythonEnvKind {
3131
export type PythonExecutableInfo = {
3232
filename: string;
3333
sysPrefix: string;
34+
ctime: number;
35+
mtime: number;
3436
};
3537

3638
/**

0 commit comments

Comments
 (0)