Open jessfraz opened 1 month ago
What should we call this new file? environment.toml or?...
whatever you think, kurt mentioned vscode uses .vscode for user specific stuff i think making a dot file helps
and the one commited to git would not be a dot file
Oh shit I like that. zma.toml, kcl.toml. Yes yes yes...
Okay I've been taking a look at the settings as understood by both Rust and TS sides, here are my notes:
Basically anything that affects the stream appearance, which in turn impacts the configuration for the zoo kcl snapshot
command:
user.toml
, since it would now contain settings and preferencesuser.toml
, under preferences
project.toml
into settings.toml
and .preferences.toml
themeColor
, I think we could forego this if we wantapp.appearance
preference categoryThere are a lot of UI implications to this, which I think is working through in its own issue.
we should split units setting out of project.toml and because you want to commit your units to git but you don’t wanna commit your theme etc. so we need two files. Settings for stuff that you want in git and user specific shit
And you can presume for assemblies we’d want dependencies in the same file as units