Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace global/local installation prompts when opening C# source files with this #1005

Open
geekox86 opened this issue Nov 10, 2023 · 3 comments

Comments

@geekox86
Copy link

Greetings all. First, I want to say thank you for this lovely tool. Really appreciated.

I am just a little annoyed by the global/local installation message that shows in VS Code every time I open a C# source file from outside my project (e.g. by the disassembler when following symbols) or in a project where CSharpier is not used.

I think it is better to just inform the user once after installing the CSharpier plugin that he/she can execute a command from the VS Code command menu to install locally/globally.

Thank you for your consideration.

@belav
Copy link
Owner

belav commented Nov 15, 2023

I've run into a similar headache with rider, and do have some code there to ignore specific directories that contain decompiled code. Do you happen to know what directory VSCode uses when decompiling code?

Either way I'll see what I can do about moving away from the installation message, or at least limiting it to just show a single time.

@belav belav added this to the 0.26.0 milestone Nov 15, 2023
@geekox86
Copy link
Author

Hi @belav, I think it is somewhere under the user profile AppData path. I will try to capture it from the error message next week.

@belav belav modified the milestones: 0.26.0, 0.26.3 Nov 17, 2023
@geekox86
Copy link
Author

Hi again.

This is the path on my macOS. I am not sure about Windows.

CSharpier-MacOS

@belav belav modified the milestones: 0.26.3, 0.26.4 Nov 29, 2023
@belav belav modified the milestones: 0.26.4, 0.26.5, 0.26.7 Dec 10, 2023
@belav belav modified the milestones: 0.26.7, Planned - Extensions Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants