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

Several errors (related to?) and creation of multiple -randomname-.TMP files #139

Open
MaRRiK74 opened this issue Nov 17, 2024 · 3 comments

Comments

@MaRRiK74
Copy link

MaRRiK74 commented Nov 17, 2024

image

image

TMP files are randomly created when saving a file. When codeium plugin is disabled this doesn't happen anymore

@MaRRiK74 MaRRiK74 changed the title Several errors (related to creation of multiple -randomname-.TMP files? Several errors (related to?) and creation of multiple -randomname-.TMP files Nov 17, 2024
@versile2
Copy link

I was not sure where this was coming from but I am seeing this as well.

@MaRRiK74
Copy link
Author

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

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

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

3 participants