From 9984d77b3168281c53b4bbdb1d7a1ce3e786078d Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 1 Nov 2022 19:58:20 -0700 Subject: [PATCH] Link to sclu1034/vscode-just in readme (#1396) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a03bbce..6c7d43d 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ You can add the following to an individual `justfile` to enable `make` mode on a ### Visual Studio Code -An extension for VS Code by [skellock](https://github.com/skellock) is [available here](https://marketplace.visualstudio.com/items?itemName=skellock.just) ([repository](https://github.com/skellock/vscode-just)). +An extension for VS Code by [skellock](https://github.com/skellock) is [available here](https://marketplace.visualstudio.com/items?itemName=skellock.just) ([repository](https://github.com/skellock/vscode-just)), but is no longer actively developed. You can install it from the command line by running: @@ -390,6 +390,8 @@ You can install it from the command line by running: code --install-extension skellock.just ``` +An more recently active fork by [sclu1034](https://github.com/sclu1034) is available [here](https://github.com/sclu1034/vscode-just). + ### JetBrains IDEs A plugin for JetBrains IDEs by [linux_china](https://github.com/linux-china) is [available here](https://plugins.jetbrains.com/plugin/18658-just).