Seok Namkoong
Seok Namkoong
## What? Let's re-implement(upgrade) shape and type inference algorithm for following things! - Shape inference - Add testcases which include dynamic shape - Support shape inference with unknown dimensions -...
## :mega: ONE-vscode logo Design Contest We do not have any logo for ONE-vscode. So let's create an awesome logo for ONE-vscode! Anyone who are interested in this contest are...
### What? Let's differentiate version of vsix packages, which are generated by - local environment - Daily Publish by github action - Release artifact ### Why? Currently, all the versions...
Currently, all the vsix packages have same versions and this may confuse users. This commit will set different versions for each vsix package. ONE-vscode-DCO-1.0-Signed-off-by: Seok NamKoong --- Parent Issue :...
This draft is for refactoring CircleEditor about structure and codes. Detailed refactoring items will be added continuously at below. --- - Parent issue : #1455
### What? Let's refactor overall structure and source codes for `CircleEditor`. ### Why? - To improve performance - To improve static analysis score - To improve readability and maintainability -...