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

VS Solution Explorer - Excessive .TMP files created #150

Open
freyfrey01 opened this issue Dec 19, 2024 · 1 comment
Open

VS Solution Explorer - Excessive .TMP files created #150

freyfrey01 opened this issue Dec 19, 2024 · 1 comment

Comments

@freyfrey01
Copy link

I've noticed since enabling Codium an excessive amount of .TMP files have been popping up in my solution explorer. I assume this is for Codeiums version control or something similar. Would be nice to change settings for these or remove completely from view.

Note - Disabling Codeium extension prevents .TMP files from appearing.

Using Codeium 1.8.9 Enterprise

@ikaddabet
Copy link

for the time being... add this to your csproj file:

	<ItemGroup>
		<None Remove="**\*.tmp" />
	</ItemGroup>

Duplicated Issue #139

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