mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
rename connectionToken to connection-token
This commit is contained in:
@@ -61,7 +61,7 @@ if (ENABLE_SYNC) {
|
||||
}
|
||||
|
||||
// Connection Token
|
||||
serverArgs.push('--connectionToken', '00000');
|
||||
serverArgs.push('--connection-token', '00000');
|
||||
|
||||
// Server should really only listen from localhost
|
||||
serverArgs.push('--host', '127.0.0.1');
|
||||
|
||||
Reference in New Issue
Block a user