ONE-vscode
ONE-vscode copied to clipboard
Visual Studio Code Extension of ONE compiler toolchain
## What? ONE has recently released onert-micro. Currently, onecc-docker downloads onecc debian package with the command `wget --no-check-certificate https://github.com/Samsung/ONE/releases/download/${VERSION}/one-compiler-bionic_${VERSION}_amd64.deb`. It fails because it tries downloading one compiler with invalid version...
## What? Let's convert token printed on the console as asterisks for the sake of security. (**redact** means to remove words or information from a text before it is printed...
## What I would like to propose a new concept to support product file execution. Product file generated through compilation of cfg files with toolchain can execute multiple functions such...
## What? Let's use filesystem via `vscode.worksapce.fs`, not `fs` ## Why? They say that `fs` does not consider `ssh` support. It's safe to use `vscode.workspace.fs` instead of `fs` to support...
This commit supports multiple node renaming ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee
### What We need to move/remove all render options (e.g. `section names`) for metadata from render part into metadata dictionary or may be another auxiliary dictionary.
### What? Let's fix showing `Model Properties` on input/output nodes. ### Why? See original discussion in https://github.com/Samsung/ONE-vscode/pull/1539#discussion_r1179858673
### What? Let's make MPQEditor layout more user- friendly. ### Why? See original discussion in https://github.com/Samsung/ONE-vscode/pull/1539#issuecomment-1526872463.
### What? Any change of mode in `viewer` deselects all previously selected nodes in `selector` mode. ### Why? See original discussion in https://github.com/Samsung/ONE-vscode/pull/1543#issuecomment-1545415786 and https://github.com/Samsung/ONE-vscode/pull/1543#issuecomment-1552804838. draft: https://github.com/Samsung/ONE-vscode/pull/1543
### What? Click on middle parts of nodes in `viewer` doesn't selects them. ### Why? See original discussion in https://github.com/Samsung/ONE-vscode/pull/1543#issuecomment-1544938358 draft: #1543