https://github.com/samsung/one-vscode
Visual Studio Code Extension of ONE compiler toolchain
https://github.com/samsung/one-vscode
vscode-extension
Last synced: 12 months ago
JSON representation
Visual Studio Code Extension of ONE compiler toolchain
- Host: GitHub
- URL: https://github.com/samsung/one-vscode
- Owner: Samsung
- License: apache-2.0
- Created: 2021-08-10T05:19:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T05:09:19.000Z (over 2 years ago)
- Last Synced: 2025-07-11T14:19:33.711Z (about 1 year ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage:
- Size: 20.4 MB
- Stars: 47
- Watchers: 13
- Forks: 51
- Open Issues: 179
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitter.im/Samsung/ONE-vscode)
# **ONE**-vscode
Visual Studio Code Extension of [**ONE**](https://github.com/Samsung/ONE) compiler toolchain.
## Goal
We aim to provide a convenient UX to ONE users by combining the Visual Studio Code environment, which has recently been spotlighted by developers, and ONE's compiler toolchain.
Following the extension architecture of Visual Studio Code, we will develop a minimal extension that can work seamlessly with other features.
In addition, we are trying to have a well-designed structure ourselves so that various tools of ONE that will be developed in the future can be added without difficulty. Model visualizers, profilers, log analyzers, event tracers, etc. are good candidates for this future expansion.
Through these activities, ONE-vscode can provide a differentiation that cannot be experienced only with the existing CLI by linking the toolchain with the execution environment, ONE Runtime, or a target simulator corresponding to the backend compiler. This will eventually lead to fun and high productivity for developers.
## Quick Links
- [Tutorial](./docs/Tutorial.md)
- The tutorial contains how to install the ONE-vscode extension, how to install a toolchain, how to compile a model, etc.