From ace693c00fe7128919c545ffbd22ec0b176b2fcc Mon Sep 17 00:00:00 2001 From: Elijah Potter Date: Mon, 30 Dec 2024 13:19:34 -0700 Subject: [PATCH] docs(vscode-plugin): remove changelog since it doesn't get updated --- packages/vscode-plugin/CHANGELOG.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 packages/vscode-plugin/CHANGELOG.md diff --git a/packages/vscode-plugin/CHANGELOG.md b/packages/vscode-plugin/CHANGELOG.md deleted file mode 100644 index b91e5b57..00000000 --- a/packages/vscode-plugin/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Changelog - -## Unreleased - -- Linting Python, Shellscript/Bash, and Git Commit files now work properly. -- Add support for Haskell, Nix, and Plaintext files. -- Add the `harper-ls.path` setting to optionally use a different `harper-ls` executable. - -## 0.12.0 - -- `harper-ls` is now bundled with this extension, it no longer needs to be in your `PATH`. -- `harper-ls` can now be manually restarted using the `harper.languageserver.restart` command. - -## 0.0.1 - -- Initial release