()
| 505 | } |
| 506 | |
| 507 | export function getDefaultOpenInEditorURL(): string { |
| 508 | return typeof process.env.EDITOR_URL === 'string' |
| 509 | ? process.env.EDITOR_URL |
| 510 | : vscodeFilepath; |
| 511 | } |
| 512 | |
| 513 | export function getOpenInEditorURL(): string { |
| 514 | try { |
no outgoing calls
no test coverage detected