vscode-extensions.richie5um2.snake-trail: drop (#438445)

authored by Sandro and committed by GitHub bb026541 6ccba945

+1 -12
+1 -12
pkgs/applications/editors/vscode/extensions/default.nix
··· 3958 }; 3959 }; 3960 3961 - richie5um2.snake-trail = buildVscodeMarketplaceExtension { 3962 - mktplcRef = { 3963 - name = "snake-trail"; 3964 - publisher = "richie5um2"; 3965 - version = "0.6.0"; 3966 - sha256 = "0wkpq9f48hplrgabb0v1ij6fc4sb8h4a93dagw4biprhnnm3qx49"; 3967 - }; 3968 - meta = { 3969 - license = lib.licenses.mit; 3970 - }; 3971 - }; 3972 - 3973 rioj7.commandonallfiles = buildVscodeMarketplaceExtension { 3974 mktplcRef = { 3975 name = "commandOnAllFiles"; ··· 5591 ms-vscode.go = throw "ms-vscode.go is deprecated in favor of golang.go"; # Added 2024-05-29 5592 ms-vscode.PowerShell = throw "ms-vscode.PowerShell is deprecated in favor of super.ms-vscode.powershell"; # Added 2024-05-29 5593 ms-vscode.theme-tomorrowkit = throw "ms-vscode.theme-tomorrowkit is deprecated"; # Added 2025-08-30 5594 rioj7.commandOnAllFiles = throw "rioj7.commandOnAllFiles is deprecated in favor of rioj7.commandonallfiles"; # Added 2024-05-29 5595 WakaTime.vscode-wakatime = throw "WakaTime.vscode-wakatime is deprecated in favor of wakatime.vscode-wakatime"; # Added 2024-05-29 5596 };
··· 3958 }; 3959 }; 3960 3961 rioj7.commandonallfiles = buildVscodeMarketplaceExtension { 3962 mktplcRef = { 3963 name = "commandOnAllFiles"; ··· 5579 ms-vscode.go = throw "ms-vscode.go is deprecated in favor of golang.go"; # Added 2024-05-29 5580 ms-vscode.PowerShell = throw "ms-vscode.PowerShell is deprecated in favor of super.ms-vscode.powershell"; # Added 2024-05-29 5581 ms-vscode.theme-tomorrowkit = throw "ms-vscode.theme-tomorrowkit is deprecated"; # Added 2025-08-30 5582 + richie5um2.snake-trail = throw "richie5um2.snake-trail is deprecated"; # Added 2025-09-04 5583 rioj7.commandOnAllFiles = throw "rioj7.commandOnAllFiles is deprecated in favor of rioj7.commandonallfiles"; # Added 2024-05-29 5584 WakaTime.vscode-wakatime = throw "WakaTime.vscode-wakatime is deprecated in favor of wakatime.vscode-wakatime"; # Added 2024-05-29 5585 };