Skip to content

Commit

Permalink
feat(vscode): enable vue.updateImportsOnFileMove.enabled by default
Browse files Browse the repository at this point in the history
close #3646
  • Loading branch information
johnsoncodehk committed Mar 27, 2024
1 parent c814adf commit 993fcec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
},
"vue.updateImportsOnFileMove.enabled": {
"type": "boolean",
"default": false,
"default": true,
"description": "Enabled update imports on file move."
},
"vue.codeActions.enabled": {
Expand Down
2 changes: 1 addition & 1 deletion packages/language-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ export function createDefaultGetTsPluginClient(
return await getQuickInfoAtPosition.apply(requestContext, args);
},
};
};;
};
}

0 comments on commit 993fcec

Please sign in to comment.