Skip to content

Commit 32f91d4

Browse files
committed
refactor(vscode): make welcome page code public
1 parent abb5f2b commit 32f91d4

File tree

8 files changed

+510
-5
lines changed

8 files changed

+510
-5
lines changed

extensions/vscode/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {
1616
} from 'reactive-vscode';
1717
import * as vscode from 'vscode';
1818
import { config } from './lib/config';
19+
import { activate as activateWelcome } from './lib/welcome';
1920

2021
const incompatibleExtensionIds = [
2122
'johnsoncodehk.vscode-typescript-vue-plugin',
@@ -89,6 +90,7 @@ export const { activate, deactivate } = defineExtension(async () => {
8990

9091
activateAutoInsertion(selectors, client);
9192
activateDocumentDropEdit(selectors, client);
93+
activateWelcome();
9294
}, { immediate: true });
9395

9496
useCommand('vue.action.restartServer', async () => {

0 commit comments

Comments
 (0)