2018-11-07 02:53:18 +00:00
|
|
|
export const LIVE_SHARE_BASE_URL = 'insiders.liveshare.vsengsaas.visualstudio.com';
|
|
|
|
export const VSLS_EXTENSION_ID = 'ms-vsliveshare.vsliveshare';
|
|
|
|
|
|
|
|
export const LIVE_SHARE_COMMANDS = {
|
2020-07-02 21:22:44 +00:00
|
|
|
Start: 'liveshare.start',
|
|
|
|
End: 'liveshare.end',
|
|
|
|
Join: 'liveshare.join',
|
2018-11-10 16:39:01 +00:00
|
|
|
};
|