Skip to content

Releases: drizzy/code-make

v3.3.2

17 May 05:49

Choose a tag to compare

17 May 2025

Fixes

  • Fixed missing ps-list in production build by moving it from devDependencies to dependencies

v3.3.1

16 May 08:51

Choose a tag to compare

16 May 2025

Fixes

  • Fixed stop button bug when reloading vscode
  • Fixed error when changing the name of the executable in Makefile

V3.3.0

06 May 00:27

Choose a tag to compare

5 May 2025

Features

  • Updated extension icon for a more modern look.
  • Added new commands: Create Project, Run Project, and Stop Execution.
  • Default keyboard shortcuts added:
    • Ctrl+Alt+C to create a project.
    • Ctrl+Alt+R to run the project.
    • Ctrl+Alt+S to stop execution.

v3.2.0

11 Mar 15:13
68f4d0c

Choose a tag to compare

11 March 2025

Features

  • More optimized and easier to understand Makefile, excess redundant code removed.
  • Fixed errors when clearing the terminal, now a function from the vscode api is used.

v3.1.0

04 Mar 00:59
52adbe6

Choose a tag to compare

03 March 2025

Features

  • Added a new function to stop the program when required.
  • Improved Status Bar Updates: The extension now ensures that the status bar shows the correct button based on the program's current state (compile, run, stop) without unnecessary delays.
  • Optimized Start/Stop Button Logic: The "Run" button is now only visible when there is a valid project and the program is not currently running, while the "Stop" button appears when the program is actively running.
  • Optimized Process Check: The extension now checks the process state every few seconds, ensuring the buttons reflect the actual status without introducing unnecessary performance overhead.

v3.0.0

15 Feb 04:14

Choose a tag to compare

15 February 2025

Features

  • Now supports C, C++, Golang, and Java.
  • The Makefile for each programming language is configured to work with all operating systems.
  • The project structure adapts dynamically based on the selected language.
  • Status bar improvements: Icons have been updated for better visual representation and usability. The build button now uses ⚙️ Compile and the run button has a more intuitive icon. ▶ Run

v2.2.1

08 Nov 05:46

Choose a tag to compare

08 November 2024

Note

This release corrects an unintentional versioning error from v2.2.0 to maintain continuity. This release does not introduce any new features or functionality changes.

v2.1.0

05 Nov 03:50

Choose a tag to compare

04 November 2024

Features

  • Icons now display directly without requiring an active workspace.
  • Workspace warning only appears when attempting to create a project.
  • Optimized folder and file checks to avoid unnecessary errors when opening Visual Studio Code.
  • The project creation icon remains a heart, and the play icon now compiles and runs the project.
  • Improved status bar update logic, ensuring icons are always visible.

v2.0.0

25 Dec 15:27

Choose a tag to compare

25 December 2023

Features

  • Project migrated to TypeScript.
  • A more complete structure for the development of your programs.
  • Icons are now located in the bottom right corner.
  • The icon for creating a C++ project is now a heart.
  • The Play icon compiles and runs the program.
  • Faster when creating and compiling your projects.

v1.2.0

02 Dec 21:53

Choose a tag to compare

02 December 2023

Features

  • Improved performance by avoiding frequent status bar

  • Commands and key assignments removed

  • Flags for compiling programs with SDL2 added to Makefile