Merge pull request #312491 from Shawn8901/update-debugpy

vscode-extensions.ms-python.debugpy: 2023.3.13121011 -> 2024.6.0

authored by superherointj and committed by GitHub cefe72eb e8c4a99e

+2 -2
+2 -2
pkgs/applications/editors/vscode/extensions/default.nix
··· 2878 2878 mktplcRef = { 2879 2879 name = "debugpy"; 2880 2880 publisher = "ms-python"; 2881 - version = "2023.3.13121011"; 2882 - hash = "sha256-owYUEyQl2FQytApfuI97N4y9p7/dL0lu6EBk/AzSMjw="; 2881 + version = "2024.6.0"; 2882 + hash = "sha256-VlPe65ViBur5P6L7iRKdGnmbNlSCwYrdZAezStx8Bz8="; 2883 2883 }; 2884 2884 meta = { 2885 2885 description = "Python debugger (debugpy) extension for VS Code";