We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbdd82 commit 5b310b5Copy full SHA for 5b310b5
src/vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor.ts
@@ -1330,7 +1330,7 @@ class ContentsProfileRenderer extends ProfilePropertyRenderer {
1330
}
1331
profilesContentTree.setInput(profileElement.root);
1332
elementDisposables.add(profileElement.root.onDidChange(e => {
1333
- if (e.copyFrom) {
+ if (e.copyFrom || e.copyFlags || e.flags) {
1334
profilesContentTree.updateChildren(element.root);
1335
1336
if (e.copyFromInfo) {
0 commit comments