Fixed internal safelist

This commit is contained in:
Bill Ticehurst 2017-11-17 12:49:56 -08:00
parent 97bb471e48
commit b244907074

View file

@ -155,10 +155,9 @@ namespace ts.server {
exclude: [["^", 1, "/.*"]], // Exclude that whole folder if the file indicated above is found in it
types: ["office"] // @types package to fetch instead
},
"Minified files": {
// e.g. /whatever/blah.min.js
match: /^(.+\.min\.js)$/i,
exclude: [["^", 1, "$"]]
"References": {
"match": /^(.*\/_references\.js)$/i,
"exclude": [["^", 1, "$"]]
}
};