Details
-
Bug
-
Resolution: Fixed
-
Minor - P4
-
None
-
None
-
None
-
Fully Compatible
-
ALL
Description
I upgraded my vscode to the latest version (pasted below) and now I am seeing the following warnings. Per Slack discussion with alex.neben@mongodb.com I am creating this ticket and assigning it to him.
Here are the reported warnings:
2023-11-13 11:17:40.476 [info] Experiment 'pythonPromptNewFormatterExt' is active
|
2023-11-13 11:17:40.476 [info] Experiment 'pythonPromptNewToolsExt' is active
|
2023-11-13 11:17:40.476 [info] Experiment 'pythonRecommendTensorboardExtcf' is active
|
2023-11-13 11:17:40.476 [info] Experiment 'pythonREPLSmartSendcf' is active
|
2023-11-13 11:17:40.476 [info] Experiment 'pythonTestAdapter' is active
|
2023-11-13 11:17:40.477 [info] Default formatter is set to ms-python.python for workspace /home/ubuntu/workspace/mongo
|
2023-11-13 11:17:40.477 [error] The setting "editor.defaultFormatter" for Python is set to "ms-python.python" which is deprecated.
|
2023-11-13 11:17:40.477 [error] Formatting features have been moved to separate formatter extensions.
|
2023-11-13 11:17:40.477 [error] See here for more information: https://code.visualstudio.com/docs/python/formatting
|
2023-11-13 11:17:40.477 [error] Please install the formatter extension you prefer and set it as the default formatter.
|
2023-11-13 11:17:40.477 [error] For `autopep8` use: https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8
|
2023-11-13 11:17:40.477 [error] For `black` use: https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter
|
2023-11-13 11:17:40.477 [error] For `yapf` use: https://marketplace.visualstudio.com/items?itemName=eeyore.yapf
|
2023-11-13 11:17:40.477 [error] Following setting is deprecated: "python.linting.pylintEnabled"
|
2023-11-13 11:17:40.477 [error] All settings starting with "python.linting." are deprecated and can be removed from settings.
|
2023-11-13 11:17:40.477 [error] Linting features have been moved to separate linter extensions.
|
2023-11-13 11:17:40.477 [error] See here for more information: https://code.visualstudio.com/docs/python/linting
|
2023-11-13 11:17:40.477 [error] Please install "pylint" extension: https://marketplace.visualstudio.com/items?itemName=ms-python.pylint
|
2023-11-13 11:17:40.477 [error] Following setting is deprecated: "python.linting.mypyEnabled"
|
2023-11-13 11:17:40.477 [error] All settings starting with "python.linting." are deprecated and can be removed from settings.
|
2023-11-13 11:17:40.477 [error] Linting features have been moved to separate linter extensions.
|
2023-11-13 11:17:40.477 [error] See here for more information: https://code.visualstudio.com/docs/python/linting
|
2023-11-13 11:17:40.477 [error] Please install "mypy" extension: https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker
|
2023-11-13 11:17:40.477 [info] Test server listening.
|
2023-11-13 11:17:40.478 [info] Python interpreter path: ./python3-venv/bin/python
|
2023-11-13 11:17:40.896 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:41.693 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:41.693 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:41.693 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:41.693 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:41.693 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:41.693 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:42.067 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:42.067 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:42.067 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:42.067 [warning] Retry failed, storage update failed for key PYTHON_GLOBAL_STORAGE_KEYS
|
2023-11-13 11:17:44.301 [info] Starting Pylance language server.
|
Here is the vscode version:
Version: 1.84.2 (Universal)
|
Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e
|
Date: 2023-11-09T10:52:33.687Z
|
Electron: 25.9.2
|
ElectronBuildId: 24603566
|
Chromium: 114.0.5735.289
|
Node.js: 18.15.0
|
V8: 11.4.183.29-electron.0
|
OS: Darwin arm64 22.6.0
|