mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Send proxy information
This commit is contained in:
@@ -48,6 +48,10 @@ export function activate(context: ExtensionContext) {
|
||||
configurationSection: 'json',
|
||||
|
||||
fileEvents: workspace.createFileSystemWatcher('**/.json')
|
||||
},
|
||||
initializationOptions: {
|
||||
proxy: workspace.getConfiguration().get('http.proxy'),
|
||||
proxyStrictSSL: workspace.getConfiguration().get('http.proxyStrictSSL'),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user