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.
1 parent 9c700c5 commit 789d373Copy full SHA for 789d373
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