Defold Vscode Guide Versions Save

A toolkit for Visual Studio Code to develop games with Defold

2.1.3

1 month ago

Added

  • Added YAML files associations #40

2.1.2

3 months ago

Fixed

  • Fixed the libraries API syncing on Windows #37. Thanks to @ReanimatorXP 🙏.

2.1.1

6 months ago

Changed

  • Optional extensions are now unselected during setup by default. Most people obviously don't need them.

Fixed

  • Fixed confusing false start of an old build, in case of new build error. Now the old build is deleted in this case to avoid accidental launch.

2.1.0

6 months ago

Added

  • Added the Open Defold command to open the current project in the Defold Editor.

2.0.8

7 months ago

Changed

  • Changed the build path to avoid conflicts with the Defold Editor build.

2.0.7

7 months ago

Fixed

  • Fixed the soft migration of the workspace launch configuration.

2.0.6

7 months ago

Changed

  • Renamed the category of tasks and commands from Defold to Defold Kit to avoid conflicts.
  • Renamed all the settings keys from defold. to defoldKit. to avoid conflicts.
  • Renamed launch configuration to Defold Kit to avoid conflicts.

Added

  • Soft migration of user settings from defold. to defoldKit. keys.
  • Soft migration of the workspace launch configuration from Defold to Defold Kit name.

2.0.5

7 months ago

Removed

  • Removed everything related the Launch (without debugger) and Build to Launch commands to avoid confusing.
  • Now the only way to launch the game is using the Run ang Debug panel.

2.0.4

7 months ago

Fixed

  • Fixed the launch command for a project with spaces in the path.

2.0.3

7 months ago

Added