-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot enable backing store with visual studio extension #3355
Comments
Yeah, we have run into a bit of a cyclical refresh issue with some recent changes where regenerating will overwrite settings you hand edited in the Kiota.lock file. This will be addressed with the Kiota.config file that will cleanly separate user input vs what is output. I was writing the spec in a doc but I'm tired on not having good JSON editing abilities in word, so I'm just going to transfer it all to an issue here. |
We have a number of settings that can't be passed through the generation dialog today. We should probably register settings in vscode for those. They are defined by the user, sync across devices, and can be overridden by project. Separately, when a lock is present, the extension should read/watch it before passing things back to the generator to avoid things set manually from being overwritten. |
Priority order of setting:
|
implemented. To your original question DeVere:
|
Goal was to test out dirty tracking in python, but generating from the extension always set the backing store value to false even if i update the kiota.lock file. I needed to manually update the kiota lock file, then run kiota update manually.
The text was updated successfully, but these errors were encountered: