var configPath = $@"\\{serverIP}\c$\Windows\System32\inetsrv\config\applicationHost.config";
var wc = new WebClient();
wc.Credentials = new NetworkCredential("Username", "Password", "Domain");
wc.DownloadFile(configPath, "applicationHost.config");
var sitesXml = XElement.Load("applicationHost.config").Element("system.applicationHost").Element("sites").Elements("site");
//then get physical path attribute of each site and download it's web.config
单独打开,而我正在打字或只是单击我正在处理的Angular代码,这非常令人不安。
安装了Angular Language Service插件我没有看到任何设置。
更新
我打开了issue on Github repo。
答案 0 :(得分:0)
似乎已修复版本0.1.7
答案 1 :(得分:0)
转到文件>偏好>设置
在用户设置中添加此行:
"tslint.enable": false