Skip to content

Commit

Permalink
refactor: Update extractMessage and createMessage commands to use aut…
Browse files Browse the repository at this point in the history
…oHumanId.enabled for message ID
  • Loading branch information
felixhaeberle committed Jun 17, 2024
1 parent d3b3cab commit 61c6073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlang/source-code/ide-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ You can disable inline annotations by setting the following property to `false`
You can disable the automatic generation of human IDs by setting the following property to `false` in your VS Code `settings.json` file. The default value is `true`.

```json
"sherlock.extract.autoHumanId": false
"sherlock.extract.autoHumanId.enabled": false
```

#### Troubleshooting
Expand Down

0 comments on commit 61c6073

Please sign in to comment.