From ef392add577f39c01f4baa90fcccd360fe3ec843 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 27 May 2025 16:14:03 +0100 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 357ca57e..5998d3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +### Fixed + +- Missing or otherwise malformed `START CODER VSCODE` / `END CODER VSCODE` + blocks in `${HOME}/.ssh/config` will now result in an error when attempting to + update the file. These will need to be manually fixed before proceeding. +- Multiple open instances of the extension could potentially clobber writes to + `~/.ssh/config`. Updates to this file are now atomic. + ## [v1.9.0](https://github.com/coder/vscode-coder/releases/tag/v1.9.0) 2025-05-15 ### Fixed