export function getSessionFilePath()

in vscode-extension/src/utils.ts [55:57]


export function getSessionFilePath(uniqueId: number): string {
    return `${sessionFilePathPrefix}-${uniqueId}`;
}