Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change prettier-extension vscode setting name, tabSize to tabWidth (#…
…20407) ## Description the prettier-move in vscode setting, `tabWidth` label name is error, it show the `tabSize`. So when I set the `tabSize`, format not work in the source, the extension only read the `tabWidth` value, so need change `tabWidth` to `tabWidth` https://github.com/MystenLabs/sui/blob/main/external-crates/move/tooling/prettier-extension/src/extension.js#L110 ## Test plan How did you test the new or updated feature? yes open the vscode settings, then find the menu that name is `prettierMove` you can see the `Tab Size`, set it to 2,  then format the move file, it not work  but direct set the tabWidth, it work   --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API:
- Loading branch information