Skip to content

Commit 8774118

Browse files
committed
fix plugin renaming
1 parent ef95c98 commit 8774118

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const activate = async () => {
1414

1515
const syncConfig = () => {
1616
const config = vscode.workspace.getConfiguration().get(process.env.IDS_PREFIX!)
17-
api.configurePlugin('ts-essential-plugins', config)
17+
api.configurePlugin('typescript-essential-plugins', config)
1818
}
1919

2020
vscode.workspace.onDidChangeConfiguration(({ affectsConfiguration }) => {

0 commit comments

Comments
 (0)