tryretool / vscode-extension

MIT License
1 stars 0 forks source link

Switched and scrambled files in Retool #2

Open RobbinPelgrim opened 11 months ago

RobbinPelgrim commented 11 months ago

Expected Behavior: Saving my files locally through vscode should update my files to whatever is saved on my local computer. Files that i cant edit (like api queries) shouldnt even be possible to be changed.

Actual Behavior: It seems to save the files fine but after a little while it will just switch content of files with eachother. Leaving the application broken when viewing on the web. Even api queries seem to change in the retool app, while i cant even edit those in vscode.

Steps to Reproduce:

  1. Connect my Retool app and go through the rest of the setup between vscode and retool
  2. Start editing files in vscode and saving.
  3. Testing expected behaviour of new code in Retool web.
  4. Notice the code of 1 query copied to another query leaving the app broken. Seems to happen to random files that havent even been changed in vscode.