Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengbli committed Aug 26, 2015
1 parent 17f06e3 commit e8ca5f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/server/editorServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,9 @@ namespace ts.server {

/**
* This is the callback function when the directory that an inferred project belongs
* to changed. The function looks for newly added tsconfig.json file; if it found one,
* it will update project structure on all opened file roots.
* to changed. The function looks for newly added tsconfig.json files; if it found one,
* and the tsconfig.json file contains the root file of the current inferred project,
* it will update the project structure.
*/
watchedDirectoryChanged(project:Project, path: string) {
if (project.isConfiguredProject()) {
Expand Down

0 comments on commit e8ca5f1

Please sign in to comment.