fix tsserver picking hidden files created by emacs

Saw this good for first timers. I followed what @sheetalkamat suggested. 
#31916
This commit is contained in:
Suhas
2019-06-18 22:50:48 -07:00
committed by Suhas Deshpande
parent 7ed3896a0a
commit 13b7af6ea0
+1 -1
View File
@@ -330,7 +330,7 @@ namespace ts {
}
/*@internal*/
export const ignoredPaths = ["/node_modules/.", "/.git"];
export const ignoredPaths = ["/node_modules/.", "/.git", "/.#"];
/*@internal*/
export interface RecursiveDirectoryWatcherHost {