Skip to content

Commit 0a3ab62

Browse files
Update docs/managing-python-projects.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6c54972 commit 0a3ab62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/managing-python-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ You can set default managers that apply to all projects without explicit overrid
211211
}
212212
```
213213

214-
> **Important**: The extension never writes settings to the User (global) scope. All extension-managed settings are written at the Workspace or Workspace Folder level only. This prevents the extension from setting values that persist across unrelated projects and cause unexpected interference (see [#1468](https://github.com/microsoft/vscode-python-environments/issues/1468)). If a user want a user-level default, they can set it manually in their User `settings.json`.
214+
> **Important**: The extension never writes settings to the User (global) scope. All extension-managed settings are written at the Workspace or Workspace Folder level only. This prevents the extension from setting values that persist across unrelated projects and cause unexpected interference (see [#1468](https://github.com/microsoft/vscode-python-environments/issues/1468)). If a user wants a user-level default, they can set it manually in their User `settings.json`.
215215
216216
## Working with Multi-Root Workspaces
217217

0 commit comments

Comments
 (0)