Skip to content

Commit

Permalink
fix plugin renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed May 29, 2022
1 parent ef95c98 commit 8774118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const activate = async () => {

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

vscode.workspace.onDidChangeConfiguration(({ affectsConfiguration }) => {
Expand Down

0 comments on commit 8774118

Please sign in to comment.