(projectPath: string)
| 21 | } |
| 22 | |
| 23 | export function buildProjectContextResourceUri(projectPath: string): string { |
| 24 | return `${PROJECT_CONTEXT_RESOURCE_PREFIX}${encodeURIComponent(projectPath)}`; |
| 25 | } |
| 26 | |
| 27 | export function buildProjectFullContextResourceUri(projectPath: string): string { |
| 28 | return `${FULL_PROJECT_CONTEXT_RESOURCE_PREFIX}${encodeURIComponent(projectPath)}`; |
no outgoing calls
no test coverage detected