direnv-vscode icon indicating copy to clipboard operation
direnv-vscode copied to clipboard

unclutter your .profile

Results 29 direnv-vscode issues
Sort by recently updated
recently updated
newest added

Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 2.25.0 to 2.26.1. Release notes Sourced from @​vscode/vsce's releases. v2.26.1 Changes: Feature Requests: #971: Validate nls strings on publish Others: #974: Validate NLS strings #973: Fix nodejs...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.6.0 to 7.8.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.6.0 to 7.8.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies
javascript

Direnv on it's own is a very nice tool but combined with tools like nix-flake, direnv, devbox... it becomes really powerful. The status icon already shows if direnv is reloading,...

The plugin does't seem to work properly with [multi-root workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces). When having multiple .envrc files, each one in each root, it detects only one .envrc file and ignores others.

## Actual behavior Whenever I make a change to my workspace root's `.envrc` file and save it, I get this notification: > direnv: Your .envrc has changed. Would you like...

With this extension installed, every time I start vscode, I get this: ![image](https://user-images.githubusercontent.com/247634/175573812-13704ffb-a7e9-4399-a071-509346f96efb.png) If I press the "Restart" button, it just pops up again a second later. I have direnv...

When I install this extension and go to my shell, using the fish shell, if I press enter only, each time direnv is reloading. This only happens if I have...

In my `.bashrc` I hook in direnv as: ``` # direnv eval "$(direnv hook bash)" ``` When I open a new integrated terminal window in VS Code, the env is...

I noticed that say if I open vscode and I have a `go` file open; that visual studio code complains that it can't find the `go` binary eventhough it is...

bug