mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
server-cli: typo in compatibility message
This commit is contained in:
@@ -38,7 +38,7 @@ async function start() {
|
||||
|
||||
if (parsedArgs['compatibility'] === '1.63') {
|
||||
console.warn(`server.sh is being replaced by 'bin/${product.serverApplicationName}'. Please migrate to the new command and adopt the following new default behaviors:`);
|
||||
console.warn('* connection token is mandatody unless --without-connection-token is used');
|
||||
console.warn('* connection token is mandatory unless --without-connection-token is used');
|
||||
console.warn('* host defaults to `localhost`');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user