ONE-vscode icon indicating copy to clipboard operation
ONE-vscode copied to clipboard

[Meta Provider] How to find the information of metadata file?

Open khlee025 opened this issue 2 years ago • 2 comments

We define metadata to manage the files. How to find the information of metadata file? Also, do we really need to get all the information as metadata? (https://github.com/Samsung/ONE-vscode/issues/1240)

This is list of our metadata information.

  • created date
  • modified date
  • deleted date
  • path
  • file extension
  • toolchain version
  • onecc version
  • config setting
  • file extension
  • the number of operations
  • type of operations

khlee025 avatar Sep 15 '22 08:09 khlee025

As a way to obtain a circle model operation information, OneIT mentions FlatBuffers library and Neutron app.

khlee025 avatar Sep 15 '22 08:09 khlee025

I think the point is the onecc version and the toolchain version. There is a command runCfg in ONE-vscode, and if the command is executed, you may be able to access the toolchain provider and get the toolchain version. (I hope there is an easier way) But It seems that there is no way to get the onecc version.

/cc @Samsung/one-vscode

chshin59 avatar Sep 16 '22 06:09 chshin59