()
| 25 | import { DataScience } from '../../platform/common/utils/localize'; |
| 26 | |
| 27 | function getRemoteIPynbSuffix(): string { |
| 28 | return `${jvscIdentifier}${generateUuid()}`; |
| 29 | } |
| 30 | |
| 31 | function generateBackingIPyNbFileName(resource: Resource) { |
| 32 | // Generate a more descriptive name |
no test coverage detected