Refs: #17834 - [x] anyOS @alexr00 - [x] anyOS @brettcannon - [ ] anyOS @chrisdias (Optional) Complexity: 2 [Create Issue](https://github.com/microsoft/vscode-python/issues/new?body=Testing+%2317846%0A%0A&assignees=karthiknadig) --- ### Requirements 1. Ensure you have Python 3 installed any version greater than 3.6 is fine. 2. Install python extension from here: https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix ### Verification 1. Add `"python.languageServer": "Microsoft"` setting to your **user** settings. 2. Reload VS Code. 3. Open a python file to ensure python extension is activated. 4. `"python.languageServer": "Microsoft"` should be updated to `"python.languageServer": "Default"`. You should see a message saying so.  5. Repeat the above with **workspace** settings.
Refs: #17834
Complexity: 2
Create Issue
Requirements
Verification
"python.languageServer": "Microsoft"setting to your user settings."python.languageServer": "Microsoft"should be updated to"python.languageServer": "Default". You should see a message saying so.