-- Used it to load the generated Javascript file from TypeScript Build Using this extension you can watch project folders generated from outside the Visual Studio IDE, and then, include them automatically to the project. The extension will be called after every "Solution" background load completed. a so-called "projectFilesLoader" JSON file will be created and included in each solution's project and is composed of two properties. the former is an array of the current watched directory as a semi path format (i.e. begin from the project directory path). and the latter is an array of targeted extensions that the developer wished to include automatically. the "dir" is an epithet expresses the directory watching. click right on any project's directory and then click on enable/disable watch. The first click is to enable the auto-include watcher and the next is to disable it. You can notice this by changes performed on the JSON config file. We recommend using this method to include and exclude directories. while the direct edit of the JSON config is watchable we do not recommend it except on setting extensions types. and you have to follow the same format and writing style to update the autogenerated format |