botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
68 stars 84 forks source link

Typings are not defined in code editor, cannot be used #1713

Closed jlangree closed 1 year ago

jlangree commented 1 year ago

Describe the bug After updating from 12.28.0 to 12.30.6, the code editor no longer knows about the Botpress typings in actions and hooks. This means auto-complete doesn't work at all for using the sdk or accessing event properties within an action or hook in the code editor.

image

image

To Reproduce

  1. Access the code editor in version 12.30.6
  2. Create a hook or an action file.
  3. Notice the problem.

Expected behavior The types should be recognized and Intellisense should be able to autocomplete.

This is what it looked like in v12.28.0: image

Environment (please complete the following information):

sebburon commented 1 year ago

Hey @jlangree This is a known issue we are working on deploying a patch as soon as possible. You can expect a fix very soon. Probably be in the next release.

Thanks

davidvitora commented 1 year ago

@jlangree Fixed on 30.8 https://github.com/botpress/botpress/releases