YarnSpinnerTool / VSCodeExtension

The Visual Studio Code extension for Yarn Spinner.
MIT License
28 stars 14 forks source link

Nodes not appearing in graph #27

Open raevpet opened 2 years ago

raevpet commented 2 years ago

VSCode info: Version: 1.71.0 (user setup) Commit: 784b0177c56c607789f9638da7b6bf3230d47a8c Date: 2022-09-01T07:36:10.600Z Electron: 19.0.12 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Windows_NT x64 10.0.19044 Sandboxed: No

Checked Discord help threads, tried versions 2.2.0, 2.1.0, 2.1.5 and tried switching to pre-release, there are no versions that work for me.

desplesda commented 1 year ago

Can you please give a minimal example of Yarn script that's showing this behaviour?

factubsio commented 1 year ago
title: Prolog
---
u: Here are some lines!
u: Wow
===

The graph does not refresh when the .yarn changes.

If I delete a node in the graph it modifies the .yarn but those changes are not reflected in the graph.

If I add a node in the graph it modifies the .yarn but those changes are not reflected in the graph.