Skip to content
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

ModuleNotFoundError: No module named xxx when using unittest #23720

Closed
andylizf opened this issue Jun 28, 2024 · 2 comments
Closed

ModuleNotFoundError: No module named xxx when using unittest #23720

andylizf opened this issue Jun 28, 2024 · 2 comments
Assignees
Labels
area-testing triage-needed Needs assignment to the proper sub-team

Comments

@andylizf
Copy link

Type: Bug

Behaviour

I am encountering a persistent ModuleNotFoundError: No module named xxx error when running unit tests using unittest in VS Code. This issue seems to be related to the previously reported issue #23587, but with additional complications.

Steps to reproduce:

  1. Create a project with the following structure:

    .vscode/
      └── settings.json
    staff/
      └── __init__.py
    tests/
      ├── __init__.py
      └── test_staff.py
    
  2. Add the following configuration to .vscode/settings.json:

    {
      "python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test*.py"],
      "python.testing.pytestEnabled": false,
      "python.testing.unittestEnabled": true
    }
  3. Initially, after deleting the .vscode/settings.json, clearing cache, and reinstalling the Python extension, the tests configure correctly using:

    conda run -n graph --no-capture-output python ~\.vscode\extensions\ms-python.python-2024.8.1\python_files\get_output_via_markers.py -m pytest -p vscode_pytest --collect-only
    
  4. Close and reopen VS Code. Running the tests results in a ModuleNotFoundError, using:

    conda run -n graph --no-capture-output python ~\.vscode\extensions\ms-python.python-2024.8.1\python_files\get_output_via_markers.py ~\.vscode\extensions\ms-python.python-2024.8.1\python_files\unittestadapter\discovery.py --udiscovery -v -s ./tests -p test*.py
    

Diagnostic data

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

2024-06-28 12:15:22.352 [info] Experiment 'pythonCreateEnvOnPipInstall' is active
2024-06-28 12:15:22.352 [info] Experiment 'pythonRecommendTensorboardExt' is active
2024-06-28 12:15:22.352 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2024-06-28 12:15:22.352 [info] Experiment 'pythonTestAdapter' is active
2024-06-28 12:15:22.353 [info] Default formatter is set to null for workspace d:\Workspace\GraphLab
2024-06-28 12:15:22.353 [error] Failed to initialize source map support in extension
2024-06-28 12:15:22.353 [info] Python interpreter path: ~\miniconda3\envs\graph\python.exe
2024-06-28 12:15:22.353 [info] > pyenv which python
2024-06-28 12:15:22.353 [info] cwd: .
2024-06-28 12:15:22.353 [info] Discover tests for workspace name: GraphLab - uri: d:\Workspace\GraphLab
2024-06-28 12:15:22.447 [info] > conda info --json
2024-06-28 12:15:22.447 [info] shell: powershellCore
2024-06-28 12:15:23.732 [info] Starting Pylance language server.
2024-06-28 12:15:28.113 [info] > conda info --json
2024-06-28 12:15:28.852 [info] > conda run -n graph --no-capture-output python ~\.vscode\extensions\ms-python.python-2024.8.1\python_files\get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2024.8.1/python_files/printEnvVariables.py
2024-06-28 12:15:28.852 [info] shell: powershellCore
2024-06-28 12:15:34.666 [info] > python ~/.vscode/extensions/ms-python.python-2024.8.1/python_files/printEnvVariables.py
2024-06-28 12:15:34.666 [info] shell: powershellCore
2024-06-28 12:15:37.883 [info] Setting environment variable CONDA_DEFAULT_ENV in collection to graph {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.883 [info] Setting environment variable CONDA_EXE in collection to C:\Users\andyl\miniconda3\Scripts\conda.exe {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.883 [info] Setting environment variable CONDA_PREFIX in collection to C:\Users\andyl\miniconda3\envs\graph {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.883 [info] Setting environment variable CONDA_PROMPT_MODIFIER in collection to (graph)  {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.883 [info] Setting environment variable CONDA_PYTHON_EXE in collection to C:\Users\andyl\miniconda3\python.exe {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.883 [info] Setting environment variable CONDA_SHLVL in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.883 [info] Setting environment variable NODE_UNC_HOST_ALLOWLIST in collection to wsl.localhost {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.883 [info] Prepending environment variable PATH in collection to C:\Users\andyl\miniconda3\envs\graph;C:\Users\andyl\miniconda3\envs\graph\Library\mingw-w64\bin;C:\Users\andyl\miniconda3\envs\graph\Library\usr\bin;C:\Users\andyl\miniconda3\envs\graph\Library\bin;C:\Users\andyl\miniconda3\envs\graph\Scripts;C:\Users\andyl\miniconda3\envs\graph\bin;C:\Users\andyl\miniconda3\condabin;C:\Program Files\WindowsApps\Microsoft.PowerShell_7.4.3.0_x64__8wekyb3d8bbwe;C:\Program Files\ImageMagick-7.1.1-Q16-HDRI;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\vcpkg;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\Incredibuild;C:\Program Files\dotnet;C:\Program Files (x86)\GnuPG\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.2.0;C:\Program Files\xmake;C:\Program Files\Git\cmd;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\GitHub CLI;C:\Program Files\nodejs;C:\Program Files\Cloudflare\Cloudflare WARP;C:\Program Files\Bandizip;C:\Program Files\Pandoc;C:\mingw64\bin;C:\Users\andyl\miniconda3;C:\Users\andyl\miniconda3\Library\mingw-w64\bin;C:\Users\andyl\miniconda3\Library\usr\bin;C:\Users\andyl\miniconda3\Library\bin;C:\Users\andyl\miniconda3\Scripts;;C:\Users\andyl\.cargo\bin;C:\Users\andyl\AppData\Local\Microsoft\WindowsApps;C:\Users\andyl\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files (x86)\Nmap;C:\Users\andyl\AppData\Local\Microsoft\WinGet\Packages\Alist.Alist_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Users\andyl\AppData\Local\Microsoft\WinGet\Packages\Rclone.Rclone_Microsoft.Winget.Source_8wekyb3d8bbwe\rclone-v1.62.2-windows-amd64;C:\Users\andyl\AppData\Local\Microsoft\WinGet\Packages\aria2.aria2_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Users\andyl\AppData\Local\Programs\oh-my-posh\bin;C:\Program Files\Graphviz\bin;C:\Users\andyl\AppData\Local\Programs\MiKTeX\miktex\bin\x64;C:\Program Files (x86)\Prince\engine\bin;D:\aria2;C:\Users\andyl\AppData\Local\Microsoft\WinGet\Packages\GNU.Wget2_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\ghcup\bin;C:\Users\andyl\AppData\Roaming\npm; {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable PATHEXT in collection to .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable POSH_AZURE_ENABLED in collection to False {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable POSH_GIT_ENABLED in collection to False {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable POSH_PID in collection to 33016 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable POSH_SHELL_VERSION in collection to 7.4.3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable POSH_THEME in collection to C:\Users\andyl\AppData\Local\Programs\oh-my-posh\themes\catppuccin_latte.omp.json {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable POWERLINE_COMMAND in collection to oh-my-posh {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable PROMPT in collection to (graph) $P$G {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable PSMODULEPATH in collection to C:\Users\andyl\Documents\PowerShell\Modules;C:\Program Files\PowerShell\Modules;c:\program files\windowsapps\microsoft.powershell_7.4.3.0_x64__8wekyb3d8bbwe\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable PYTHONIOENCODING in collection to utf-8 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.884 [info] Setting environment variable PYTHONUNBUFFERED in collection to 1 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.885 [info] Setting environment variable SSL_CERT_FILE in collection to C:\Users\andyl\miniconda3\envs\graph\Library\ssl\cacert.pem {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.885 [info] Setting environment variable _CONDA_EXE in collection to C:\Users\andyl\miniconda3\Scripts\conda.exe {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.885 [info] Setting environment variable _CONDA_OLD_CHCP in collection to 65001 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.885 [info] Setting environment variable _CONDA_ROOT in collection to C:\Users\andyl\miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.885 [info] Setting environment variable CONDA_ROOT in collection to C:\Users\andyl\miniconda3 {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.885 [info] Setting environment variable __CONDA_OPENSLL_CERT_FILE_SET in collection to "1" {"applyAtShellIntegration":true,"applyAtProcessCreation":true}
2024-06-28 12:15:37.886 [info] Send text to terminal: & python c:\Users\andyl\.vscode\extensions\ms-python.python-2024.8.1\python_files\printEnvVariablesToFile.py c:\Users\andyl\.vscode\extensions\ms-python.python-2024.8.1\python_files\deactivate\powershell\envVars.txt
2024-06-28 12:15:48.473 [info] Discover tests for workspace name: GraphLab - uri: d:\Workspace\GraphLab
2024-06-28 12:15:53.389 [info] Discover tests for workspace name: GraphLab - uri: d:\Workspace\GraphLab\.vscode\settings.json
2024-06-28 12:15:53.389 [info] Running discovery for unittest using the new test adapter.
2024-06-28 12:15:53.391 [warning] The cwd resolves to a different path, checking if it has a symbolic link somewhere in its path.
2024-06-28 12:15:53.391 [info] All environment variables set for pytest discovery: {"ALLUSERSPROFILE":"C:\\ProgramData","APPDATA":"C:\\Users\\andyl\\AppData\\Roaming","APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL":"1","CABAL_DIR":"C:\\cabal","CHROME_CRASHPAD_PIPE_NAME":"\\\\.\\pipe\\crashpad_35752_JLLOILLKZTUJXLLQ","COMPUTERNAME":"DESKTOP-7FP6SMO","CR_PAT":"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","EFC_9072":"1","ELECTRON_RUN_AS_NODE":"1","FPS_BROWSER_APP_PROFILE_STRING":"Internet Explorer","FPS_BROWSER_USER_PROFILE_STRING":"Default","GHCUP_INSTALL_BASE_PREFIX":"C:\\","GHCUP_MSYS2_ENV":"MINGW64","HOME":"C:\\Users\\andyl","HOMEDRIVE":"C:","HOMEPATH":"\\Users\\andyl","LOCALAPPDATA":"C:\\Users\\andyl\\AppData\\Local","LOGONSERVER":"\\\\DESKTOP-7FP6SMO","NUMBER_OF_PROCESSORS":"12","ORIGINAL_XDG_CURRENT_DESKTOP":"undefined","OS":"Windows_NT","PATHEXT":".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC","POSH_INSTALLER":"winget","POSH_THEMES_PATH":"C:\\Users\\andyl\\AppData\\Local\\Programs\\oh-my-posh\\themes","PROCESSOR_ARCHITECTURE":"AMD64","PROCESSOR_IDENTIFIER":"Intel64 Family 6 Model 158 Stepping 10, GenuineIntel","PROCESSOR_LEVEL":"6","PROCESSOR_REVISION":"9e0a","PUBLIC":"C:\\Users\\Public","SESSIONNAME":"Console","TEMP":"C:\\Users\\andyl\\AppData\\Local\\Temp","TMP":"C:\\Users\\andyl\\AppData\\Local\\Temp","USERDOMAIN":"DESKTOP-7FP6SMO","USERDOMAIN_ROAMINGPROFILE":"DESKTOP-7FP6SMO","USERNAME":"andyl","USERPROFILE":"C:\\Users\\andyl","VSCODE_AMD_ENTRYPOINT":"vs/workbench/api/node/extensionHostProcess","VSCODE_CODE_CACHE_PATH":"C:\\Users\\andyl\\AppData\\Roaming\\Code\\CachedData\\5437499feb04f7a586f677b155b039bc2b3669eb","VSCODE_CRASH_REPORTER_PROCESS_TYPE":"extensionHost","VSCODE_CWD":"C:\\Users\\andyl\\AppData\\Local\\Programs\\Microsoft VS Code","VSCODE_HANDLES_UNCAUGHT_ERRORS":"true","VSCODE_IPC_HOOK":"\\\\.\\pipe\\60654ba2-1.90.2-main-sock","VSCODE_L10N_BUNDLE_LOCATION":"","VSCODE_NLS_CONFIG":"{\"locale\":\"en\",\"osLocale\":\"en-us\",\"availableLanguages\":{},\"_languagePackSupport\":true}","VSCODE_PID":"35752","ComSpec":"C:\\WINDOWS\\system32\\cmd.exe","CommonProgramFiles":"C:\\Program Files\\Common Files","CommonProgramFiles(x86)":"C:\\Program Files (x86)\\Common Files","CommonProgramW6432":"C:\\Program Files\\Common Files","DriverData":"C:\\Windows\\System32\\Drivers\\DriverData","OneDrive":"C:\\Users\\andyl\\OneDrive - ruc.edu.cn","OneDriveCommercial":"C:\\Users\\andyl\\OneDrive - ruc.edu.cn","OneDriveConsumer":"C:\\Users\\andyl\\OneDrive","PSModulePath":"C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules","ProgramData":"C:\\ProgramData","ProgramFiles":"C:\\Program Files","ProgramFiles(x86)":"C:\\Program Files (x86)","ProgramW6432":"C:\\Program Files","SystemDrive":"C:","SystemRoot":"C:\\WINDOWS","windir":"C:\\WINDOWS","Path":"C:\\Program Files\\ImageMagick-7.1.1-Q16-HDRI;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit\\;C:\\vcpkg;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files (x86)\\Incredibuild;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\Gpg4win\\..\\GnuPG\\bin;C:\\Program Files\\NVIDIA Corporation\\Nsight Compute 2024.2.0\\;C:\\Program Files\\xmake;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files\\GitHub CLI\\;C:\\Program Files\\nodejs\\;C:\\Program Files\\Cloudflare\\Cloudflare WARP\\;C:\\Program Files\\Bandizip\\;C:\\Program Files\\Pandoc\\;C:\\mingw64\\bin;C:\\Users\\andyl\\miniconda3;C:\\Users\\andyl\\miniconda3\\Library\\mingw-w64\\bin;C:\\Users\\andyl\\miniconda3\\Library\\usr\\bin;C:\\Users\\andyl\\miniconda3\\Library\\bin;C:\\Users\\andyl\\miniconda3\\Scripts;%PNPM_HOME%;C:\\Users\\andyl\\.cargo\\bin;C:\\Users\\andyl\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\andyl\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files (x86)\\Nmap;C:\\Users\\andyl\\AppData\\Local\\Microsoft\\WinGet\\Packages\\Alist.Alist_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\\Users\\andyl\\AppData\\Local\\Microsoft\\WinGet\\Packages\\Rclone.Rclone_Microsoft.Winget.Source_8wekyb3d8bbwe\\rclone-v1.62.2-windows-amd64;C:\\Users\\andyl\\AppData\\Local\\Microsoft\\WinGet\\Packages\\aria2.aria2_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\\Users\\andyl\\AppData\\Local\\Programs\\oh-my-posh\\bin;C:\\Program Files\\Graphviz\\bin;C:\\Users\\andyl\\AppData\\Local\\Programs\\MiKTeX\\miktex\\bin\\x64\\;C:\\Program Files (x86)\\Prince\\engine\\bin;D:\\aria2;C:\\Users\\andyl\\AppData\\Local\\Microsoft\\WinGet\\Packages\\GNU.Wget2_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\\ghcup\\bin;C:\\Users\\andyl\\AppData\\Roaming\\npm","PYTHONPATH":"c:\\Users\\andyl\\.vscode\\extensions\\ms-python.python-2024.8.1\\python_files","TEST_RUN_PIPE":"\\\\.\\pipe\\python-test-discovery-7f5d34d2c4a7144c736a-sock"}
2024-06-28 12:15:53.403 [info] > conda run -n graph --no-capture-output python ~\.vscode\extensions\ms-python.python-2024.8.1\python_files\get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2024.8.1/python_files/printEnvVariables.py
2024-06-28 12:15:53.403 [info] shell: commandPrompt
2024-06-28 12:15:53.938 [info] Discover tests for workspace name: GraphLab - uri: d:\Workspace\GraphLab
2024-06-28 12:15:53.938 [info] Running discovery for unittest using the new test adapter.
2024-06-28 12:15:53.938 [error] Test discovery already in progress, not starting a new one.
2024-06-28 12:15:55.343 [info] > conda run -n graph --no-capture-output python ~\.vscode\extensions\ms-python.python-2024.8.1\python_files\get_output_via_markers.py -m pytest -p vscode_pytest --collect-only
2024-06-28 12:15:55.344 [info] cwd: .
2024-06-28 12:15:56.623 [info] >>>PYTHON-EXEC-OUTPUT

2024-06-28 12:15:57.018 [info] ============================= test session starts =============================
platform win32 -- Python 3.11.5, pytest-8.2.2, pluggy-1.5.0
rootdir: d:\Workspace\GraphLab

2024-06-28 12:15:57.492 [info] collected 4 items

<Dir GraphLab>
  <Package tests>
    <Module test_densest_subgraph.py>

2024-06-28 12:15:57.493 [info]       <UnitTestCase TestDensestSubgraph>
        <TestCaseFunction test_densest_subgraph>
    <Module test_k_clique_decomposition.py>
      <UnitTestCase TestKCliqueDecomposition>
        <TestCaseFunction test_k_clique_decomposition>
    <Module test_k_clique_densest_subgraph.py>
      <UnitTestCase TestKCliqueDensestSubgraph>
        <TestCaseFunction test_k_clique_densest_subgraph>
    <Module test_k_core_decomposition.py>
      <UnitTestCase TestKCoreDecomposition>
        <TestCaseFunction test_k_core_decomposition>

2024-06-28 12:15:57.501 [info] 
========================= 4 tests collected in 0.48s ==========================
<<<PYTHON-EXEC-OUTPUT

Extension version: 2024.8.1
VS Code version: Code 1.90.2 (5437499feb04f7a586f677b155b039bc2b3669eb, 2024-06-18T22:34:26.404Z)
OS version: Windows_NT x64 10.0.22631
Modes:

  • Python version (& distribution if applicable, e.g. Anaconda): 3.11.9
  • Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Conda
  • Value of the python.languageServer setting: Default
User Settings


languageServer: "Pylance"

testing
• unittestArgs: "<placeholder>"
• unittestEnabled: true

Installed Extensions
Extension Name Extension Id Version
.NET Install Tool ms-dotnettools.vscode-dotnet-runtime 2.0.7
Azure Repos ms-vscode.azure-repos 0.38.0
Bash Beautify shakram02.bash-beautify 0.1.1
Better Comments aaron-bond.better-comments 3.0.2
Bookmarks alefragnani.Bookmarks 13.5.0
C/C++ ms-vscode.cpptools 1.20.5
C/C++ Themes ms-vscode.cpptools-themes 2.0.0
Catppuccin for VSCode Catppuccin.catppuccin-vsc 3.14.0
Catppuccin Icons for VSCode Catppuccin.catppuccin-vsc-icons 1.13.0
clangd llvm-vs-code-extensions.vscode-clangd 0.1.28
CMake Tools ms-vscode.cmake-tools 1.18.42
Code Runner formulahendry.code-runner 0.12.2
CodeLLDB vadimcn.vscode-lldb 1.10.0
CodeQL GitHub.vscode-codeql 1.13.1
CodeSnap adpyke.codesnap 1.3.4
Compiler Explorer for VSCode ykiko.vscode-compiler-explorer 0.9.99
Data Wrangler ms-toolsai.datawrangler 1.4.1
Dev Containers ms-vscode-remote.remote-containers 0.369.0
Docker ms-azuretools.vscode-docker 1.29.1
ESLint dbaeumer.vscode-eslint 3.0.10
Even Better TOML tamasfe.even-better-toml 0.19.2
GitHub Actions github.vscode-github-actions 0.26.3
GitHub Codespaces GitHub.codespaces 1.16.23
GitHub Copilot GitHub.copilot 1.208.0
GitHub Copilot Chat GitHub.copilot-chat 0.16.1
GitHub Pull Requests GitHub.vscode-pull-request-github 0.90.0
GitHub Repositories GitHub.remotehub 0.62.0
GitHub Theme GitHub.github-vscode-theme 6.3.4
GitLens — Git supercharged eamodio.gitlens 15.1.0
Graphviz Interactive Preview tintinweb.graphviz-interactive-preview 0.3.5
Haskell haskell.haskell 2.4.4
Haskell Syntax Highlighting justusadam.language-haskell 3.6.0
Hex Editor ms-vscode.hexeditor 1.10.0
JavaScript Debugger ms-vscode.js-debug 1.90.0
JavaScript Debugger Companion Extension ms-vscode.js-debug-companion 1.1.2
Jupyter ms-toolsai.jupyter 2024.5.0
Jupyter Cell Tags ms-toolsai.vscode-jupyter-cell-tags 0.1.9
Jupyter Keymap ms-toolsai.jupyter-keymap 1.1.2
Jupyter Notebook Renderers ms-toolsai.jupyter-renderers 1.0.18
Jupyter PowerToys ms-toolsai.vscode-jupyter-powertoys 0.1.1
Jupyter Slide Show ms-toolsai.vscode-jupyter-slideshow 0.1.6
JupyterHub ms-toolsai.jupyter-hub 2023.10.1003012305
Lex Flex Yacc Bison faustinoaq.lex-flex-yacc-bison 0.0.3
Makefile Tools ms-vscode.makefile-tools 0.9.10
Markdown Preview Enhanced shd101wyy.markdown-preview-enhanced 0.8.13
Marp for VS Code marp-team.marp-vscode 2.8.0
Microsoft Edge Tools for VS Code ms-edgedevtools.vscode-edge-devtools 2.1.5
Night Owl sdras.night-owl 2.0.1
Nix IDE jnoortheen.nix-ide 0.3.1
Nsight Visual Studio Code Edition nvidia.nsight-vscode-edition 2023.2.32964508
One Dark Pro zhuangtongfa.material-theme 3.17.2
OpenAPI (Swagger) Editor 42Crunch.vscode-openapi 4.26.3
Peacock johnpapa.vscode-peacock 4.2.2
PostgreSQL ms-ossdata.vscode-postgresql 0.3.0
Postman Postman.postman-for-vscode 1.1.0
PowerShell ms-vscode.powershell 2024.2.2
Prettier - Code formatter esbenp.prettier-vscode 10.4.0
Print pdconsec.vscode-print 0.11.28
Prisma Import ajmnz.prisma-import 5.12.1
Project Manager alefragnani.project-manager 12.8.0
Pylance ms-python.vscode-pylance 2024.6.1
Python ms-python.python 2024.8.1
Python Debugger ms-python.debugpy 2024.6.0
Rainbow CSV mechatroner.rainbow-csv 3.12.0
Remote - SSH ms-vscode-remote.remote-ssh 0.112.0
Remote - SSH: Editing Configuration Files ms-vscode-remote.remote-ssh-edit 0.86.0
Remote - Tunnels ms-vscode.remote-server 1.5.2
Remote Development ms-vscode-remote.vscode-remote-extensionpack 0.25.0
Remote Explorer ms-vscode.remote-explorer 0.4.3
Remote Repositories ms-vscode.remote-repositories 0.40.0
rust-analyzer rust-lang.rust-analyzer 0.3.2011
SQLite alexcvzz.vscode-sqlite 0.14.1
SQLTools mtxr.sqltools 0.28.3
Surround yatki.vscode-surround 1.5.0
Table Visualizer for JavaScript Profiles ms-vscode.vscode-js-profile-table 1.0.9
Test Adapter Converter ms-vscode.test-adapter-converter 0.1.9
Test Explorer UI hbenl.vscode-test-explorer 2.21.1
Tokyo Night enkia.tokyo-night 1.0.6
VS Code Speech ms-vscode.vscode-speech 0.10.0
vscode-icons vscode-icons-team.vscode-icons 12.8.0
vscode-openapi-viewer AndrewButson.vscode-openapi-viewer 1.1.2
vscode-pdf tomoki1207.pdf 1.2.2
WSL ms-vscode-remote.remote-wsl 0.88.2
x86 and x86_64 Assembly 13xforever.language-x86-64-assembly 3.1.4
XMake tboox.xmake-vscode 2.3.5
YAML redhat.vscode-yaml 1.15.0
YOJ HuanCheng65.vscode-yoj 0.1.1
System Info
Item Value
CPUs Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2592)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 31.91GB (13.05GB free)
Process Argv --crash-reporter-id e5f6c82f-4975-44ec-b7f1-fd21deba716e
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805cf:30301675
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
vscaac:30438847
c4g48928:30535728
azure-dev_surveyone:30548225
vscrpc:30673769
962ge761:30959799
pythongtdpath:30769146
welcomedialogc:30910334
pythonnoceb:30805159
asynctok:30898717
pythonregdiag2:30936856
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
jchc7451:31067544
chatpanelc:31048052
dsvsc021:30996838
01bff139:31013167
pythoncenvpt:31062603
a69g1124:31058053
dvdeprecation:31068756
dwnewjupyter:31046869
impr_priority:31082723

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jun 28, 2024
@eleanorjboyd
Copy link
Member

Hi! Thank you for the detailed report! I put out a fix on vscode insiders- have you been able to try it with that fix? Let me know if it helped and I can take a look at the specifics of yours if it didn't get resolved- thanks!

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Jun 28, 2024
Copy link

Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off.

Happy Coding!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 29, 2024
@eleanorjboyd eleanorjboyd reopened this Jul 29, 2024
@eleanorjboyd eleanorjboyd removed the info-needed Issue requires more information from poster label Jul 29, 2024
@eleanorjboyd eleanorjboyd closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants