(workspaceOrFolderPath: string)
| 31 | } |
| 32 | |
| 33 | export function isWorkspacePath(workspaceOrFolderPath: string) { |
| 34 | return path.extname(workspaceOrFolderPath) === '.code-workspace'; // TODO: Remove VS Code specific code. |
| 35 | } |
no outgoing calls
no test coverage detected