(workspaceDir: string)
| 39 | } |
| 40 | |
| 41 | export function getWorkspaceSettingsPath(workspaceDir: string): string { |
| 42 | return path.join(workspaceDir, SETTINGS_DIRECTORY_NAME, 'settings.json'); |
| 43 | } |
| 44 | |
| 45 | export type { DnsResolutionOrder } from './settingsSchema.js'; |
| 46 |
no outgoing calls
no test coverage detected