-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Insights: microsoft/vscode-python
September 10, 2024 – September 17, 2024
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v2024.14.1
published
Sep 12, 2024
5 Pull requests merged by 3 people
-
Enable proposed APIs for
codeActionAI#24108 merged
Sep 13, 2024 -
Add
uv.lockto file associations#23991 merged
Sep 13, 2024 -
Switch over to executeCommand from sendText
#24078 merged
Sep 12, 2024 -
Revert "Do not truncate whitespace for multi-line string" (#24096)
#24099 merged
Sep 12, 2024 -
Revert "Do not truncate whitespace for multi-line string"
#24096 merged
Sep 11, 2024
6 Pull requests opened by 5 people
-
Remove redundant @typescript-eslint/no-explicit-any suppression
#24091 opened
Sep 11, 2024 -
variable provider for native repl
#24094 opened
Sep 11, 2024 -
Bump importlib-metadata from 8.4.0 to 8.5.0
#24100 opened
Sep 12, 2024 -
Adding PYTHONSTARTUP with shell integration to environment variable collection
#24111 opened
Sep 15, 2024 -
Contribute problem matcher
#24114 opened
Sep 16, 2024 -
Implementation of Test Coverage
#24118 opened
Sep 16, 2024
10 Issues closed by 6 people
-
python extension has problem with node
#24120 closed
Sep 17, 2024 -
Allow disabling of auto refresh for pytest discovery
#24117 closed
Sep 16, 2024 -
Handling of symlinks in pytest discovery
#23945 closed
Sep 15, 2024 -
Use executeCommand instead of sendText to activate Start Terminal REPL
#23929 closed
Sep 12, 2024 -
Indentation Errors in VS Code When Running Old Python Functions with Docstrings/Comments Using Shift + Enter
#24069 closed
Sep 12, 2024 -
[BUG] (Shift + Enter) breaks when encountering triple quotes (Python REPL)
#24090 closed
Sep 11, 2024 -
Regression in sendToRepl - incorrectly passes selected text to repl
#24064 closed
Sep 11, 2024 -
Combination of Docstring and empty line in function breaks sending code to REPL (IndentationError)
#24083 closed
Sep 11, 2024 -
python and pylance keep throwing errors: unexpected indentation
#24089 closed
Sep 11, 2024 -
Unit Test discovery executes code found in any `__init__.py` file, causing odd effects.
#24084 closed
Sep 10, 2024
12 Issues opened by 10 people
-
Support sandboxed environment selection for testing frameworks (pytest, uinttest)
#24119 opened
Sep 17, 2024 -
Python Language Server does not Restart
#24115 opened
Sep 16, 2024 -
command 'python.execInDedicatedTerminal' not found
#24113 opened
Sep 16, 2024 -
Python venv environments not found [python.venvPath]
#24110 opened
Sep 15, 2024 -
ensureTerminal should return Promise<Terminal>
#24106 opened
Sep 12, 2024 -
Investigate why some smoke test are flaky on Windows
#24105 opened
Sep 12, 2024 -
Don't monkey patch vscode ext API
#24103 opened
Sep 12, 2024 -
Python interpreter unable to use correct python
#24102 opened
Sep 12, 2024 -
Don't depend on airbnb eslint rules
#24101 opened
Sep 12, 2024 -
PS1 missing parenthesis around `venv`
#24097 opened
Sep 11, 2024 -
Extension fails to activate unnamed conda environments
#24095 opened
Sep 11, 2024 -
Python Test uses incorrect python environment
#24087 opened
Sep 10, 2024
26 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Redundant @typescript-eslint/no-explicit-any suppression
#24076 commented on
Sep 10, 2024 • 0 new comments -
Avoid adding types to jsdocs for TS files
#24077 commented on
Sep 10, 2024 • 0 new comments -
Python REPL isn't restarted after exiting and rerunning shift+enter
#22547 commented on
Sep 10, 2024 • 0 new comments -
Create virtual environment using astral-sh/uv
#23666 commented on
Sep 11, 2024 • 0 new comments -
Python interpreter settings ignored if VS Code is launched from an activated environment
#23833 commented on
Sep 11, 2024 • 0 new comments -
Better documentation for Smart Send
#24082 commented on
Sep 11, 2024 • 0 new comments -
Python does not properly/consistently contribute to Powershell environment
#23181 commented on
Sep 11, 2024 • 0 new comments -
SmartSend removes empty lines with triple-quoted strings
#23743 commented on
Sep 11, 2024 • 0 new comments -
Release Plan for 2024.14.0
#24039 commented on
Sep 12, 2024 • 0 new comments -
"terminalShellIntegration" missing from package.json "enabledApiProposals"
#24086 commented on
Sep 12, 2024 • 0 new comments -
Laggy linting
#23989 commented on
Sep 12, 2024 • 0 new comments -
Python environments not detected/found in devcontainer on WSL 2
#24071 commented on
Sep 12, 2024 • 0 new comments -
Enable Proposed API `codeActionAI`
#24068 commented on
Sep 13, 2024 • 0 new comments -
Python extension is failing to load
#23956 commented on
Sep 14, 2024 • 0 new comments -
Pixi
#23911 commented on
Sep 16, 2024 • 0 new comments -
Incorporate feedback on the environment manager extension
#24067 commented on
Sep 16, 2024 • 0 new comments -
VSCode运行Python程序提示:ModuleNotFoundError,VSCode未找到导入的自定义的模块,只能手动向sys.path中把项目路径添加,但十分麻烦;Pycharm运行时会自动把项目经路添加至sys.path,开发者无需这般麻烦操作
#19499 commented on
Sep 16, 2024 • 0 new comments -
Stuck on "Reactivating terminals" - Failed to resolve env
#23922 commented on
Sep 16, 2024 • 0 new comments -
Prep the python extension to allow alternate environment management and package management code
#24025 commented on
Sep 16, 2024 • 0 new comments -
can't get python extension work on void linux
#24085 commented on
Sep 16, 2024 • 0 new comments -
Custom config for testing and debug v2 design
#23907 commented on
Sep 16, 2024 • 0 new comments -
Default Python Problem Matcher
#3828 commented on
Sep 16, 2024 • 0 new comments -
Python: Iteration Plan for September 2024
#24081 commented on
Sep 16, 2024 • 0 new comments -
can't send to Native Python REPL with ⇧&⏎ like send to Jupyter
#23988 commented on
Sep 17, 2024 • 0 new comments -
Cannot run or debug python files: An Invalid Python interpreter is selected
#23878 commented on
Sep 17, 2024 • 0 new comments -
Use new REPL notebook API
#24029 commented on
Sep 14, 2024 • 0 new comments