Skip to content

Commit 49b3dbd

Browse files
committed
Fixed internal safelist
1 parent c2a3837 commit 49b3dbd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/server/editorServices.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,8 @@ namespace ts.server {
155155
"exclude": [["^", 1, "/.*"]], // Exclude that whole folder if the file indicated above is found in it
156156
"types": ["office"] // @types package to fetch instead
157157
},
158-
"Minified files": {
159-
// e.g. /whatever/blah.min.js
160-
"match": /^(.+\.min\.js)$/i,
158+
"References": {
159+
"match": /^(.*\/_references\.js)$/i,
161160
"exclude": [["^", 1, "$"]]
162161
}
163162
};

0 commit comments

Comments
 (0)