You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Using HIE with VS Code](#using-hie-with-vs-code)
41
41
-[Using VS Code with Nix](#using-vs-code-with-nix)
@@ -307,13 +307,23 @@ There are some settings that can be configured via a `settings.json` file:
307
307
- VS Code: These settings will show up in the settings window
308
308
- LanguageClient-neovim: Create this file in `$projectdir/.vim/settings.json` or set `g:LanguageClient_settingsPath`
309
309
310
-
## Explicit Configuration
310
+
## Project Configuration
311
311
312
-
**For a full explanation of possible configuration, we refer to [hie-bios/README](https://github.com/mpickering/hie-bios/blob/master/README.md).**
312
+
**For a full explanation of possible configurations, refer to [hie-bios/README](https://github.com/mpickering/hie-bios/blob/master/README.md).**
313
313
314
-
The user can place a `hie.yaml` file in the root of the workspace which
315
-
describes how to setup the environment. For example, to explicitly state
316
-
that you want to use `stack` then the configuration file would look like:
314
+
HIE will attempt to automatically detect your project configuration and set up
0 commit comments