export const LIVE_SHARE_BASE_URL = 'insiders.liveshare.vsengsaas.visualstudio.com'; export const VSLS_EXTENSION_ID = 'ms-vsliveshare.vsliveshare'; export const LIVE_SHARE_COMMANDS = { Start: 'liveshare.start', End: 'liveshare.end', Join: 'liveshare.join', };