-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Test: Policy setting indicators in the Settings editor #164482
Comments
Hi! Two questions - should I be able to change the "updateMode" setting in the settings UI? Mine gives the error: |
Hi, the setting should be writable still. It's a bug that the setting isn't writable from the Settings editor, but if the whole feature seems confusing, you can also create an issue with that feedback. "updateMode" should be reflected in the JSON file after adjusting the setting in the Settings editor. Can the setting be modified by editing the user settings.json file directly? |
Here is what I see- I go into change that setting and I get this error pop up and then I do not see updateMode in the settings.json file. To clarify I created the |
That makes sense. I have modified the TPI and added some clarification steps. |
screen reader for mac works as expected 👍 |
I can't get a screen reader working with a VM, but everything else works well! |
Refs: #157564
Complexity: 3
Authors: @rzhao271, @sandy081
Create Issue
The look of policy-managed settings is now different in the Settings editor. This TPI is intentionally only for macOS and Linux because they support the
--__enable-file-policy
flag.argv.json
file by running the "Preferences: Configure Runtime Arguments" command, followed by the "File: Reveal in File Explorer" command. In the same folder asargv.json
, set up a filepolicy.json
with the following content:code-insiders --__enable-file-policy
update mode
.update.mode
setting should show up with an indicator. The indicator currently has a warning icon on it to be extra noticeable.update.mode
setting directly in the Usersettings.json
file. One should be able to successfully save thesettings.json
file after, but the setting itself should have a warning or be faded out.The text was updated successfully, but these errors were encountered: