From 937b0fd7d4e57690685a33142569bf535b5b14e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20L=C5=91rincz?= Date: Fri, 7 Oct 2022 12:22:16 +0200 Subject: [PATCH] Added snake message This is a reference to Viper losing her memory of her being a snake in Kung Fu Panda... Is the snake in VSCode pets actually Viper? I can see a FanWiki page already lol --- src/panel/pets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/pets.ts b/src/panel/pets.ts index 95e87194..5ffed056 100644 --- a/src/panel/pets.ts +++ b/src/panel/pets.ts @@ -768,7 +768,7 @@ export class Clippy extends BasePetType { } hello(): string { // TODO: #188 Add a custom message for clippy - return ` says hello 👋!`; + return `Sss... Oh. Oh my gosh! I'm a snake!`; } }