Dayoung Lee
Dayoung Lee
This commit supports multiple node renaming ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee
This change improves UI to update the file name instantly at renaming/refactoring. Signed-off-by: Dayoung Lee --- Related to #1436
## What? baseModel node folds when a user clicks refresh button. Let's fix this.
This commit hides MetadataViewer command as it now only shows the sample viewer. Let's enable this when the backend comes in. ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee
## What? Currently, OneExplorer supports multiple workspaces. Let's assume the below directory structure and the situation that you have selected both `MyRootDir` and `MyFirstDir` as workspace roots (multiple workspaces) ```...
## What? Previously, when `refresh` occurs due to a file's creation/change/deletion, all the tree nodes are built from scratch and the collapsing status resets. By #1401, it's not building the...
ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee --- From #1443 For #1442
CreateCfg case supported ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee --- - For #1442
## What? Let's add more APIs to OneStorage. Currently, there are only - getCfgs - getCfgObjs - getNode Let's add - addCfg - addBaseModel - addProduct - deleteCfg - deleteBaseModel...
## What? Let's collect undocumented things about vscode apis.