()
| 80 | |
| 81 | /// <inheritdoc /> |
| 82 | public override void OnPathChanged() |
| 83 | { |
| 84 | ScriptsBuilder.MarkWorkspaceDirty(); |
| 85 | |
| 86 | base.OnPathChanged(); |
| 87 | } |
| 88 | |
| 89 | /// <inheritdoc /> |
| 90 | public override void OnDelete() |
nothing calls this directly
no test coverage detected