VSCodeExtension icon indicating copy to clipboard operation
VSCodeExtension copied to clipboard

VScode Extension Won't Initialize after upgrading past v2.2.128

Open fmoo opened this issue 1 year ago • 0 comments

What is the current behavior?

While trying to pare down my project to reproduce issues like the one shown in https://discord.com/channels/754171172693868585/754171643990900776/1158978044304826420, I reproduced a separate issue, where the yarnspinner vsocde plugin just does not initialize successfully

Other than highlighting, no checks get applied after upgrading to 2.2.131 or newer with this project. 2.2.128 seems to initialize just fine.

Please provide the steps to reproduce, and if possible a minimal demo of the problem:

Create an empty unity project, and extract the zip file into the unity project root (the folder above Assets/)

yarnspinner-test.zip

What is the expected behavior?

The plugin initializes and it can show me issues with undefined commands and variables, etc.

Please tell us about your environment:

  • Yarn Spinner Version: 2.2.2
  • Extension Version: 2.2.131
  • Unity Version: 2021.3.12f1

Other information

There's a bunch of spew in the vscode plugin output tab: https://pastebin.com/QZJNdr1X But there's very similar spew on the older Extension version (2.2.128), but that seems to init fully: https://pastebin.com/GaQeEwvv

fmoo avatar Oct 04 '23 07:10 fmoo