From d370d4a3e929c54df9d0070c0e423acd22eca034 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Fri, 4 Oct 2024 09:23:32 -0400 Subject: [PATCH 1/4] inotify linux link --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 53481bc68..82bc85c48 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -59,14 +59,14 @@ Or install a specific version with: ``` > [!WARNING] -> Linux users need to have `inotify-tools` installed for the VSCode filewatcher to work properly. -> This impacts how the extension presents file-specific data. +> [VSCode uses inotify](https://github.com/microsoft/vscode/wiki/File-Watcher-Issues) on Linux installations. If file changes aren't propagating in the Publisher extension, ensure you have `inotify` installed. > To install `inotify` on Debian, use the following command:
> > ``` > apt install inotify-tools > ``` + ## Optional: Install Quarto If you plan on deploying Quarto content having Quarto installed will allow From 63fdce9c96b3add86187c8fe223f8fa810ff92f8 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Fri, 4 Oct 2024 09:39:46 -0400 Subject: [PATCH 2/4] linter fix --- docs/installation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 82bc85c48..d7df147f8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -58,15 +58,13 @@ Or install a specific version with: ./install-publisher.bash 1.0.beta1 ``` -> [!WARNING] -> [VSCode uses inotify](https://github.com/microsoft/vscode/wiki/File-Watcher-Issues) on Linux installations. If file changes aren't propagating in the Publisher extension, ensure you have `inotify` installed. +> [!WARNING] > [VSCode uses inotify](https://github.com/microsoft/vscode/wiki/File-Watcher-Issues) on Linux installations. If file changes aren't propagating in the Publisher extension, ensure you have `inotify` installed. > To install `inotify` on Debian, use the following command:
> > ``` > apt install inotify-tools > ``` - ## Optional: Install Quarto If you plan on deploying Quarto content having Quarto installed will allow From 117729ff70e43e7100ce52cdd799f61f5ea11ba7 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Fri, 4 Oct 2024 09:57:32 -0400 Subject: [PATCH 3/4] fix warning after linter --- docs/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index d7df147f8..1e18b7982 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -58,7 +58,9 @@ Or install a specific version with: ./install-publisher.bash 1.0.beta1 ``` -> [!WARNING] > [VSCode uses inotify](https://github.com/microsoft/vscode/wiki/File-Watcher-Issues) on Linux installations. If file changes aren't propagating in the Publisher extension, ensure you have `inotify` installed. +> [!WARNING] +> +> [VSCode uses inotify](https://github.com/microsoft/vscode/wiki/File-Watcher-Issues) on Linux installations. If file changes aren't propagating in the Publisher extension, ensure you have `inotify` installed. > To install `inotify` on Debian, use the following command:
> > ``` From 00f3e5e1e95505298d7bd6c15b6c9a0259523583 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Fri, 4 Oct 2024 11:30:14 -0400 Subject: [PATCH 4/4] addressing comment --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 1e18b7982..5aeac0a55 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -60,7 +60,7 @@ Or install a specific version with: > [!WARNING] > -> [VSCode uses inotify](https://github.com/microsoft/vscode/wiki/File-Watcher-Issues) on Linux installations. If file changes aren't propagating in the Publisher extension, ensure you have `inotify` installed. +> [VSCode uses inotify](https://github.com/microsoft/vscode/wiki/File-Watcher-Issues) on Linux installations. If file changes aren't updating the Publisher extension, ensure you have `inotify` installed. > To install `inotify` on Debian, use the following command:
> > ```