We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5da0760 + 789d373 commit 68ecc09Copy full SHA for 68ecc09
src/debug/debugSession.ts
@@ -148,6 +148,7 @@ export class ObjectScriptDebugSession extends LoggingDebugSession {
148
this._url = api.xdebugUrl();
149
150
const socket = new WebSocket(this._url, {
151
+ rejectUnauthorized: vscode.workspace.getConfiguration("http").get("proxyStrictSSL"),
152
headers: {
153
cookie: this.cookies,
154
},
0 commit comments