Skip to content

Commit 5b310b5

Browse files
authored
1 parent 3cbdd82 commit 5b310b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ class ContentsProfileRenderer extends ProfilePropertyRenderer {
13301330
}
13311331
profilesContentTree.setInput(profileElement.root);
13321332
elementDisposables.add(profileElement.root.onDidChange(e => {
1333-
if (e.copyFrom) {
1333+
if (e.copyFrom || e.copyFlags || e.flags) {
13341334
profilesContentTree.updateChildren(element.root);
13351335
}
13361336
if (e.copyFromInfo) {

0 commit comments

Comments
 (0)