Skip to content

Commit fb0ff53

Browse files
authored
Fix formatting and add messages in extension.ts
1 parent 0efa1ce commit fb0ff53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/extension.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ export function activate (context: vscode.ExtensionContext) {
165165
'🍍 菠萝菠萝~香气扑鼻~快喝口水~',
166166
'🤸‍♂️ 运动运动~身体棒棒~代码棒棒~',
167167
'💖 永远爱你~快休息一下,喝口水~'
168-
];
168+
169+
170+
169171
]
170172

171173
function showRandomMessage () {

0 commit comments

Comments
 (0)