ONE-vscode
ONE-vscode copied to clipboard
Visual Studio Code Extension of ONE compiler toolchain
This commit will update `Backend` API to have multiple `Executor`s. This commit will also update some test for this. ONE-vscode-DCO-1.0-Signed-off-by: struss
## What? Let's support json format cfg file, which is planned to be released within ONE in July. Related to https://github.com/Samsung/ONE/issues/9192
## What? Let's provide a basic lexical checker on .cfg If a user doesn't use our configuration editor, and imported an improvised .cfg file, it may contain some lexical error...
After Implementing Device(Execution Env) API, Let's make a Target Device View update! - First thing TODO - [x] Device View Tree Provider Update https://github.com/Samsung/ONE-vscode/pull/1092 - [ ] ~Add Deletion on...
## What? Currently there's `csslint` utility to check style and formatting of CSS files. It seems this utility is no longer actively developed anymore and it doesn't support many modern...
ONE-vscode-DCO-1.0-Signed-off-by: dayo09 --- For #1047, #1049
This tries sudo command with spawnSync. for #988 ONE-vscode-DCO-1.0-Signed-off-by: Hyun Sik Yoon
This commit is draft for ExecutionEnv ONE-vscode-DCO-1.0-Signed-off-by: struss
### What Let's save the default toolchain information in vscode. from https://github.com/Samsung/ONE-vscode/pull/1009#discussion_r918501823