Blockception / VSCode-Bedrock-Development-Extension

An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, cheat-sheets, code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition.
https://marketplace.visualstudio.com/items?itemName=BlockceptionLtd.blockceptionvscodeminecraftbedrockdevelopmentextension
BSD 3-Clause "New" or "Revised" License
77 stars 17 forks source link

"scriptevent" command is not recognized when run by an execute #622

Closed Scaietele closed 2 months ago

Scaietele commented 2 months ago

Describe the bug The "scriptevent" command is not recognized and shows up with squigly lines in .mcfunction files when run by an execute command

To Reproduce Steps to reproduce the behavior:

  1. in a new .mcfunction file or an existing one create a new "scriptevent" command used for scripting ex: execute as @s at @s run scriptevent this:that
  2. see that "scriptevent" is not recognized and has squigly lines under it

Expected behavior No squigly lines and no errors should show up.

Desktop (please complete the following information):

DaanV2 commented 2 months ago

If I got it right, I have added the command in the latest release 😄

Xterionix commented 2 months ago

Yeah, the command is there now. This can be closed now.