From 7d5a5771aa670bdd1ac6ccef3ae03fd758073b5f Mon Sep 17 00:00:00 2001 From: Damjan Cvetko Date: Tue, 24 Oct 2023 00:07:41 +0200 Subject: [PATCH] Changelog. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea172993..f583d552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.33.1] + +- Fix editor title run/debug button. + ## [1.33.0] - Add skipEntryPaths to immediately detach a debug session depending on entry path.