You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually the lines ending by CR-CR-LF caused the mistake for mismatched search and editor
In NotePad++ on windows
In TextMate++ on Mac
In VSCode on Mac
The actual lines as below
function FindProxyForURL(url, host) {
/* Define Private IP ranges */
var privateIP = /^(0|10|127|192\.168|172\.1[6789]|172\.2[0-9]|172\.3[01]|169\.254|192\.88\.99)\.[0-9.]+$/;
/* Find current local IP */
var resolved_ip = dnsResolve(host);
/* Find forwarding IP */
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version:
Version: 1.63.1 (Universal)
Commit: fe719cd
Date: 2021-12-14T02:13:13.580Z (1 day ago)
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 20.6.0
OS Version: MacOS Big Sur 11.6.1 (20G224)
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: