9827df74fb
* fix: Loads of bugs n quirks * misc: Requested Changes * misc: Remove _ from property name
8 lines
262 B
TypeScript
8 lines
262 B
TypeScript
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'
|
|
};
|