From aca31118010c5ad32f26c5bc2310a2ea20d017ae Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 27 Apr 2022 18:34:03 -0400 Subject: [PATCH] Remove run-via-tmux --- README.md | 2 +- bin/run-via-tmux | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100755 bin/run-via-tmux diff --git a/README.md b/README.md index 49e13bd..aef09a8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ First-time setup: To run the program with auto-recompile: -- Press Ctrl+Shift+B in VSCode, or run `bin/run` (`bin/run-via-tmux` if you have tmux installed) in terminal, to launch Ghcid running your program. +- Press Ctrl+Shift+B in VSCode, or run `bin/run` in terminal, to launch Ghcid running your program. Open `Main.hs`, and expect all HLS IDE features like hover-over tooltip to work out of the box. Try changing the source, and expect Ghcid to re-compile and re-run the app in the terminal below. diff --git a/bin/run-via-tmux b/bin/run-via-tmux deleted file mode 100755 index 494763a..0000000 --- a/bin/run-via-tmux +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash -set -xe -PROJECT=$(basename `pwd`) -tmux new-session -A -s $PROJECT bin/run