forcedotcom / analyticsdx-vscode

Salesforce Analytics Extensions for Visual Studio Code
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

template-info.json: start a lint if a template file is created/deleted #19

Closed smithgp closed 4 years ago

smithgp commented 4 years ago

The current symptoms are:

  1. if a file is referenced in template-info.json but doesn't exist and you then create the file, the diagnostic in template-info.json doesn't go away until you edit it.
  2. if a file is referenced in template-info.json and you delete it, you don't get a diagnostic in template-info.json until you edit it.
  3. if you delete a template-info.json, all of the diagnostics for the template files should go away but they don't until you restart.