mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 06:17:27 +02:00
chore(vscode): update to 1.56.0
This commit is contained in:
@@ -16,7 +16,16 @@ const showCommand = 'simpleBrowser.show';
|
||||
|
||||
const enabledHosts = new Set<string>([
|
||||
'localhost',
|
||||
'127.0.0.1'
|
||||
// localhost IPv4
|
||||
'127.0.0.1',
|
||||
// localhost IPv6
|
||||
'0:0:0:0:0:0:0:1',
|
||||
'::1',
|
||||
// all interfaces IPv4
|
||||
'0.0.0.0',
|
||||
// all interfaces IPv6
|
||||
'0:0:0:0:0:0:0:0',
|
||||
'::'
|
||||
]);
|
||||
|
||||
const openerId = 'simpleBrowser.open';
|
||||
|
||||
Reference in New Issue
Block a user