mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 21:37:41 -06:00
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:
parent
7ed3896a0a
commit
13b7af6ea0
@ -330,7 +330,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
/*@internal*/
|
||||
export const ignoredPaths = ["/node_modules/.", "/.git"];
|
||||
export const ignoredPaths = ["/node_modules/.", "/.git", "/.#"];
|
||||
|
||||
/*@internal*/
|
||||
export interface RecursiveDirectoryWatcherHost {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user