Visual Studio Code Tips and Tricks All In One
Visual Studio Code Tips and Tricks All In One
Trusted Domains
https://code.visualstudio.com/docs/getstarted/tips-and-tricks#vscode
// Links matching one or more entries in the list below can be opened without link protection.
// The following examples show what entries can look like:
// - "https://microsoft.com": Matches this specific domain using https
// - "https://microsoft.com:8080": Matches this specific domain on this port using https
// - "https://microsoft.com:*": Matches this specific domain on any port using https
// - "https://microsoft.com/foo": Matches https://microsoft.com/foo and https://microsoft.com/foo/bar,
// but not https://microsoft.com/foobar or https://microsoft.com/bar
// - "https://*.microsoft.com": Match all domains ending in "microsoft.com" using https
// - "microsoft.com": Match this specific domain using either http or https
// - "*.microsoft.com": Match all domains ending in "microsoft.com" using either http or https
// - "http://192.168.0.1: Matches this specific IP using http
// - "http://192.168.0.*: Matches all IP's with this prefix using http
// - "*": Match all domains using either http or https
//
// By default, VS Code trusts "localhost" as well as the following domains:
// - "https://*.visualstudio.com"
// - "https://*.microsoft.com"
// - "https://aka.ms"
// - "https://vscode-auth.github.com"
// - "https://client-auth-staging-14a768b.herokuapp.com"
// - "https://*.gallerycdn.vsassets.io"
// - "https://github.com/microsoft/"
// - "https://github.com/MicrosoftDocs/"
// - "https://login.microsoftonline.com"
//
// Additionally, the following domains are trusted based on your logged-in Accounts:
// - "https://github.com"
//
// You can use the "Manage Trusted Domains" command to open this file.
// Save this file to apply the trusted domains rules.
// Currently configuring trust for http://10.1.162.157:8088/
[
"https://developers.google.com",
"https://code.visualstudio.com",
"https://go.microsoft.com",
"https://marketplace.visualstudio.com",
"https://vscode-auth.github.com",
"https://*.gallerycdn.vsassets.io",
"*.github.io",
"https://eslint.org",
"https://github.com",
"https://cdn.xgqfrms.xyz",
"https://flutter.dev",
"https://webpack.js.org",
"https://developer.mozilla.org",
"*.xgqfrms.xyz",
"https://stackoverflow.com",
"https://accounts.google.com",
"https://pub.dev",
"https://nodejs.org",
"https://wakatime.com",
"*.leetcode.com",
"https://www.cnblogs.com",
"https://www.python.org",
"https://api.dart.dev",
"https://learn.freecodecamp.org",
"https://www.freecodecamp.org",
"https://leetcode-cn.com",
"https://www.npmjs.com",
"https://scrimba.com",
"https://programming-learning-resourcesi.surge.sh",
"https://free-programming-learning-resources-all-in-one.surge.sh",
"http://192.168.1.15:8088",
"http://192.168.1.12:8088",
"http://192.168.1.11:8088",
"http://192.168.1.10:8088",
"http://192.168.1.*",
"http://10.1.162.*",
"http://192.168.0.105:8088"
]
refs
https://code.visualstudio.com/docs/getstarted/tips-and-tricks
©xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/14918451.html
未经授权禁止转载,违者必究!
标签:
vscode
, tips-and-tricks
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· .NET10 - 预览版1新功能体验(一)
2020-06-22 binary search tree
2019-06-22 Flutter & APP & UI Components
2018-06-22 Publisher & Subscriber Pattern
2018-06-22 `document.write()` & page blink bug & css loader order
2018-06-22 typo bug & insertAdjacentHTML & 'beforeBegin', 'afterBegin', 'beforeEnd', 'afterEnd'.