Closed dayo09 closed 1 year ago
I can't fully understand your code at once. Could you explain the change you made in this PR? :)
@jyoungyun Sure :-D
Do you remember that the explorer flickers and folds all the nodes whenever there are file changes? It's because it currently rebuilds all the nodes on file change event. Now, it's improved to build the related nodes. With this draft, you can see that it doesn't flicker anymore when you save cfg or delete some model files.
(1) On Cfg file change:
(2) On Product(circle/tvn/log, ...) delete:
It's all for change/delete. I am working on 'create' event.
Does this have nothing to do with folding whenever there is a file change? Because when I tested this PR, if I build cfg and create a new product file, it still folds. I thought this change is related to the folding issue. :)
@jyoungyun
It's all for change/delete. I am working on 'create' event.
On creation, I am working on it! :-D
This commit refreshs only the required nodes on change and delete file.
ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee dayoung.lee@samsung.com
For #1422 #1501