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
Can you elaborate on "build and run via nix"? Do you mean that you have a VSCode build task? If so, can you share an example which reproduces this behavior?
Oh, I see, you mean the new "nix command" (too many things called the same thing 😄) which copies all files from the git index into the store before execution. So the issue isn't created by this extension but it would be nice to have an option that doesn't throw you into the store path.
I've slapped something together that should work in #275. Give it a whirl if you can and let us know whether it works for you.
When I build and run via nix, it see in console in case of failure of my code:
my.ts
is located in my my current local git folder in root (or it can be any other subfolder).When I click file path it jumps to store copy.
Is it possible to make ability to jump to original file from which store one was created for editing?
Or some command to jump from store to local if stored opened first?
Will donate 5 DOT for this feature.
The text was updated successfully, but these errors were encountered: