Skip to content

Commit c391c7c

Browse files
committed
Fixed internal safelist
1 parent b72ba94 commit c391c7c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/server/editorServices.ts

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

0 commit comments

Comments
 (0)