JannisX11 / snowstorm

Minecraft Bedrock Particle Generator
https://snowstorm.app
GNU General Public License v3.0
150 stars 25 forks source link

[Issue] Renaming is not an option #10

Closed Kannoma closed 4 years ago

Kannoma commented 4 years ago

Snowstor variant: VS Code Description: If a particle is renamed removing the .particle (or just the in between dot) to the name of the particle it will make that particle file unreadable for the plugin even if .particle is readded.

eg. If the particle rain.particle.json is renamed in the following order rain.particle.json>rain.json>rain.particle.json the particle won't be opened with the snowstorm plugin.

This also affects renaming older particles with names not ending for .particle.json

JannisX11 commented 4 years ago

VSCode uses the name of the file at the time it was opened, it does not update the editor type if you rename the file. To open the file in Snowstorm again, you can first close the tab and then open it again. Alternatively, press F1, search for View: Reopen Editor With... and select Snowstorm.