ZIm/crates/project/src
Stanislav Alekseev 8abc000553
Fix nushell local env detection by using direnv export (#13902)
I don't intend fully on getting this merged, this is just an experiment
on using `direnv` directly without relying on shell-specific behaviours.
It works though, so this finally closes #8633
Release Notes:

- Fixed nushell not picking up `direnv` environments by directly
interfacing with it using `direnv export`

---------

Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
2024-07-12 10:29:32 +02:00
..
lsp_command lsp: Implement textDocument/signatureHelp for ProjectClientState::Local environment (#12909) 2024-07-11 13:38:33 +03:00
connection_manager.rs WIP: remoting (#10085) 2024-04-11 15:36:35 -06:00
debounced_delay.rs Add debounce for re-querying completion documentation 2024-01-31 09:50:26 -05:00
lsp_command.rs lsp: Implement textDocument/signatureHelp for ProjectClientState::Local environment (#12909) 2024-07-11 13:38:33 +03:00
lsp_ext_command.rs lsp: Revert URL type change (#13193) 2024-06-18 12:39:56 +02:00
prettier_support.rs paths: Replace lazy_static! with OnceLock (#13213) 2024-06-18 12:22:37 -04:00
project.rs Fix nushell local env detection by using direnv export (#13902) 2024-07-12 10:29:32 +02:00
project_settings.rs Fix nushell local env detection by using direnv export (#13902) 2024-07-12 10:29:32 +02:00
project_tests.rs util: Use GlobSet in PathMatcher (#13197) 2024-06-18 16:12:24 +02:00
search.rs util: Use GlobSet in PathMatcher (#13197) 2024-06-18 16:12:24 +02:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs chore: Clippy fixes for 1.80 (#13987) 2024-07-10 17:53:17 +02:00
terminals.rs terminal: Set TERM_PROGRAM and TERM_PROGRAM_VERSION environment variables in integrated terminal (#14213) 2024-07-11 20:48:46 +03:00
yarn.rs Add support for projects managed with Yarn (#13644) 2024-07-11 14:56:07 +02:00