Extension disables bracket autocomplete

After installing the extension, the auto-insert for "(", or "{" is disabled (previously, if I hit '{', VS Code would automatically insert the corresponding '}'). However, disabling the extension reenables the auto-insert.

Environment
  • Operating System: OSX 10.12
  • Visual Studio Code version: 1.8.1
  • Java extension version: 0.0.9
Steps To Reproduce
  1. Enable extension
  2. Type '{', notice that '}' is not automatically inserted