Skip to content

Commit d2884ee

Browse files
committed
fix: fix activateFightAnimation not init
1 parent 7027ee7 commit d2884ee

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as vscode from 'vscode'
22

33
import { activateFunnyBrowser } from './explorerWebview'
4+
import { activateFightAnimation } from './fightAnimation'
45
import { initializeLocalization } from './i18n'
56

67
export const activate = async (context: vscode.ExtensionContext) => {
@@ -9,6 +10,8 @@ export const activate = async (context: vscode.ExtensionContext) => {
910

1011
await initializeLocalization()
1112

13+
await activateFightAnimation(context)
14+
1215
// Activate the Funny Browser WebView
1316
activateFunnyBrowser(context)
1417
} catch (err) {

vscode-funny.vsix

3.81 KB
Binary file not shown.

0 commit comments

Comments
 (0)