Commit Graph

39 Commits

Author SHA1 Message Date
Christof Marti f27c0e16ee type > typeProperty (#228696) 2024-09-23 12:10:28 +02:00
Christof Marti 7eae20c99c Record use of features not supported by Electron's fetch (#228696) 2024-09-22 21:48:11 +02:00
Christof Marti 4922d405d9 Use Electron's fetch 2024-09-20 16:35:14 +02:00
Benjamin Pasero d60295dc0e ESM: revisit need for _VSCODE_NODE_MODULES (fix #226453) (#227427) 2024-09-03 15:18:08 +02:00
Benjamin Pasero 6b924c5152 ESM merge to main (#227184)
Co-authored-by: Johannes Rieken <jrieken@microsoft.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-08-30 10:31:46 +02:00
Christof Marti 992ab32a06 Look up Kerberos auth on host when failed remotely (microsoft/vscode-copilot-release#1380) 2024-07-12 16:37:21 +02:00
Benjamin Pasero 16654e6126 esm - reduce diff to branch (#221154) 2024-07-09 08:08:56 +02:00
Christof Marti fd18af08ab Cache basic auth (#220034) 2024-07-05 17:01:45 +02:00
Christof Marti ea8d37ead2 Fall back to basic auth when kerberos errors out (#220034) 2024-07-05 16:31:32 +02:00
Christof Marti 82104a3a6c Proxy Basic Auth 2024-07-05 00:08:03 +02:00
mohankumarelec e3e15e15e8 Add http.noProxy setting (fixes #211956) 2024-06-24 18:05:55 +00:00
Christof Marti 298c72219b Module not shared on Windows? 2024-06-24 19:37:11 +02:00
Christof Marti 3cdb165262 Update to @vscode/proxy-agent 0.21.0 2024-06-24 19:37:11 +02:00
Christof Marti e0a7112fd5 Test custom root certificate (microsoft/vscode-copilot-release#1294) 2024-06-21 10:39:28 +02:00
Christof Marti 40e700a8d2 Fix module patching (microsoft/vscode-copilot-release#1294) 2024-06-21 09:18:21 +02:00
Johannes Rieken f942605e16 fix https://github.com/microsoft/vscode/issues/214584 (#215413) 2024-06-13 08:46:27 +00:00
Johannes 09981a84af configure esModuleInterop: true, change some star-imports 2024-06-03 16:50:28 +02:00
Christof Marti 9c2b9327e5 Load local certificates (microsoft/vscode-remote-release#9176) 2023-11-13 17:09:47 +01:00
Christof Marti 096a6e425a Disable to investigate known issue (#185098) 2023-09-28 17:03:46 +02:00
Christof Marti 5ae15d5398 Update @vscode/proxy-agent and enable new cert loading 2023-09-15 21:38:20 +02:00
Christof Marti 839f03369a Revert use of new certificate loading (#189133) 2023-07-28 13:50:23 +02:00
Christof Marti e6e6cd54c2 Log types of authentication requests (#187456) 2023-07-24 16:32:13 +02:00
Christof Marti cb0f0efbcc Remember when ticket was requested (#187456) 2023-07-20 18:34:07 +02:00
Christof Marti e87dc37041 Enable system certificates v2 by default (#185098) 2023-07-20 18:01:31 +02:00
Christof Marti dfb783168f Add http.proxyKerberosServicePrincipal setting (#187456) 2023-07-20 15:49:53 +02:00
Christof Marti 6ae441b56f Kerberos auth for proxies (#188130) 2023-07-19 20:11:00 +02:00
Christof Marti eeb87b3018 Load certificates in net.connect (#185098) 2023-06-19 14:13:15 +02:00
Raymond Zhao 90089562cc Bump proxy-agent (#179033) 2023-04-03 15:23:31 -07:00
João Moreno 5f9bbf37c1 Revert "adopt new module locations (#177472)"
This reverts commit 5b6cd9c3c7.
2023-03-17 18:55:13 +01:00
João Moreno 5b6cd9c3c7 adopt new module locations (#177472)
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-03-17 15:34:17 +01:00
Johannes 2d6ad4be88 * add global for node_modules access
* remove most usages of require.__$__nodeRequire
* stop using require.nodeRequire
2022-11-18 09:41:43 +01:00
Raymond Zhao 9feaed8f51 Revert "joh/representative canidae" (#166641) 2022-11-17 13:53:17 -08:00
Johannes 0824db3bad * add global for node_modules access
* remove most usages of require.__$__nodeRequire
* stop using require.nodeRequire
2022-11-17 12:09:14 +01:00
Sandeep Somavarapu fe882ab334 api feedback (#164470)
* api feedback
- remove critical log level
- move log level off to be 0

* handle off log level

* fix disabling log level in tests

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2022-11-01 10:41:19 -04:00
Johannes 0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Logan Ramos 7cde1becc6 Huge telemetry reduction 🎉 2022-02-04 14:34:09 -05:00
Johannes Rieken 4a130c40ed enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Alex Dima 04cc454cf5 Move extension host IInitData to /workbench/services (#141003) 2022-01-31 17:22:03 +01:00
Alex Dima 24569c613e Rearrange files to better separate between workbench/api and workbench/services (#141003) 2022-01-31 16:14:21 +01:00