ONE-vscode
ONE-vscode copied to clipboard
Visual Studio Code Extension of ONE compiler toolchain
## What? Let's ask users whether to save the file before running a cfg file.
## What? Let's discuss what kind of information for each files are needed to be shown by ONE. When clicking each files, there is nothing showing for now. However, we...
## What? Let's support viewer for tflite/onnx. Logically, netron support boths, but it seems that the current circle-dedicated viewer (CircleViewer) is not working with tflite/onnx files. The error message showed...
## What? Let's keep selected file while moving from one explorer view to default explorer view. So the user can just select any file and locate it under default file...
This commit introduces FsWrapper. FsWrapper is a helper module for an easy use of vscode.workspace.fs ONE-vscode-DCO-1.0-Signed-off-by: dayo09
I tried some, but it's not working yet. By vscode-extension team's git issue, the feature is requested and pending to be supported. (see the issue for details) ONE-vscode-DCO-1.0-Signed-off-by: dayo09 ----...
## What? Let's support ONE workflow in ONE-vscode Related Issue : https://github.com/Samsung/ONE/issues/9192 ## TODOs - [ ] Show *.workflow.json in ONE explorer - [ ] Show referred files in *.workflow.json...
This commit is to support *.workflow.json files. ONE-vscode-DCO-1.0-Signed-off-by: dayo09 ---- From #1222
### What? Let's add ONE-vscode to the vscode configuration settings. https://code.visualstudio.com/api/references/contribution-points#Configuration-schema This gives users a good way to configure our extension.
## What? Let's introduce BackendManager. ## Why? Currently, we provide multiple backend registration. However, we don't provide a class to put them together. Instead, there are some global set/map variables...