Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Nov 25, 2024
1 parent 7b28ed4 commit 1dbbecd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
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)

0 comments on commit 1dbbecd

Please sign in to comment.