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

There is a long standing issue here, see https://github.com/microsoft/vscode-eslint/issues/1596. I hope you have the stamina to read it. Basically the extension vscode-eslint has a setting `"eslint.runtime": "node"` that is set...

Direnv has recently added support for windows. However, this extension is unable to see it via the default path `direnv`. I will note it's part of my path, and I...

Hi! My VS Code tasks aren't picking up my nix.shell, and I'm currently investigating why. `direnv: reset and reload environment` is currently giving me ``` Command 'direnv: Reset and reload...

invalid

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

I have a vscode workspace with the workspace settings as follows: ```json { "go.toolsEnvVars": { "GO": "${env:GO}", "GOBIN": "${env:GOBIN}", "GONOPROXY": "${env:GONOPROXY}", "GOPATH": "${env:GOPATH}", "GOPRIVATE": "${env:GOPRIVATE}", "GOPROXY": "${env:GOPROXY}", "GOROOT": "${env:GOROOT}", "GOSUMDB":...

I frequently get prompted by VS Code to reload the `direnv` extension with a message like so: OS: macOS 13.6 (M2) Editor: VS Code 1.84.0-insider Extension: v0.15.2 Shell env: Nushell...

Thanks for this great extension :heart: I like that it doesn't auto-restart when I change the direnv during development, but on startup it's often just a bit annoying I have...

enhancement

After loading direnv environment, python autocomplete stops working. It seems it affects vs code python intellisense environment in some way that it prevents it find imported python modules or some...

question

I use the same vscode settings on both Linux and Windows machines, so the extension gets installed on both. Because direnv doesn't work on windows, could it be possible to...

help wanted

using `fish` shell + `starship`, addon causes integrated terminals to fail to load. This only happens with this addon, not with direnv in general. Not sure how to debug this...

question