From 1dbbecd38d0099f162768c5738e4404d16d716cb Mon Sep 17 00:00:00 2001 From: Evan Doyle Date: Mon, 25 Nov 2024 15:16:10 -0800 Subject: [PATCH] Update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e853ef..6d86b32 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,11 @@ 2. Navigate to the settings for the extension in `Extensions > Tach` to set arguments if needed. 3. Run `Tach: Restart Server` from the command palette (`CMD+SHFT+P`) to restart the server. -If you run into any issues, let us know by either reaching out on [Discord](https://discord.gg/a58vW8dnmw) or submitting a [Github Issue](https://github.com/gauge-sh/tach/issues)! \ No newline at end of file +If you run into any issues, let us know by either reaching out on [Discord](https://discord.gg/a58vW8dnmw) or submitting a [Github Issue](https://github.com/gauge-sh/tach/issues)! + + +### Known Issues +To diagnose an issue, use 'Output: Focus on Output View' in the VSCode Command Palette, and then select 'Tach' from the dropdown selector to see the logs. + +- 'Project config root not found': this means you don't have a `tach.toml` in the ancestors of an open file. This should generally be in the root of your repo. +- 'ModuleNotFoundError: No module named 'tach.extension': this means your version of Python doesn't match the version which our bundled Tach expects, try adjusting the 'Import Strategy' for your Tach extension to 'useEnvironment' and see [this issue](https://github.com/gauge-sh/tach-vscode/issues/13) \ No newline at end of file