We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7027ee7 commit d2884eeCopy full SHA for d2884ee
src/index.ts
@@ -1,6 +1,7 @@
1
import * as vscode from 'vscode'
2
3
import { activateFunnyBrowser } from './explorerWebview'
4
+import { activateFightAnimation } from './fightAnimation'
5
import { initializeLocalization } from './i18n'
6
7
export const activate = async (context: vscode.ExtensionContext) => {
@@ -9,6 +10,8 @@ export const activate = async (context: vscode.ExtensionContext) => {
9
10
11
await initializeLocalization()
12
13
+ await activateFightAnimation(context)
14
+
15
// Activate the Funny Browser WebView
16
activateFunnyBrowser(context)
17
} catch (err) {
vscode-funny.vsix
3.81 KB
0 commit comments