-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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 Settings #29466
Labels
Milestone
Comments
vscodebot
bot
added
bug
Issue identified by VS Code Team member as probable bug
workbench
labels
Jun 26, 2017
sandy081
added
testplan-item
and removed
bug
Issue identified by VS Code Team member as probable bug
workbench
labels
Jun 26, 2017
@weinand Please use the following build for testing Reason being, current insiders build does not has support for following. Where as the above build has.
|
This was referenced Jun 27, 2017
This was referenced Jun 27, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test for #28538
Complexity: 4
No Workspace
Toggling Sidebar Visibility
and verify updates-- Settings are read and inspected (Default / User) correctly
-- Settings can be update correctly. Writing into workspace context should fail.
Single root Workspace
-- Have
files.associations
setting in Workspace scope and try to update the file association using the language mode on the status bar. Verify workspace setting is updated.-- Settings are read and inspected (Default / User / Workspace) correctly
-- Settings can be update correctly
Multi root Workspace
In brief, currently supported Folder scoped settings
Rest are Workspace scoped settings.
Source of Settings are
Verify:
"enableProposedApi": true
topackage.json
workspace.getConfiguration2()
to read settings. Make sure you are able to get and inspect settings from different folders.NOTE: If the root folder does not have a
.vscode
folder andsettings.json
file under it, you have to manually create them so that you can add folder settings.The text was updated successfully, but these errors were encountered: