Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger committed Oct 25, 2022
1 parent c09089e commit 5022ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/src/AzExtTreeFileSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export abstract class AzExtTreeFileSystem<TItem> implements FileSystemProvider {
await callWithTelemetryAndErrorHandling('writeFile', async (context) => {
const item: TItem = await this.lookup(context, uri);
await this.writeFileImpl(context, item, content, uri);
// TODO figure out how to refresh the tree item
// await item.refresh(context);
});
}
Expand Down

0 comments on commit 5022ddb

Please sign in to comment.