date time stamp in files

Please help me...

2 weaks now PhpStorm generate files like domain-2018-07-26_11-18-56-869.less (with date and time stamp)
Where can i switch this of.....

this is so annoying

0
5 comments
Avatar
Permanently deleted user

Hello,

Check your file watcher settings in Settings | Tools | File Watchers - must be some placeholders in file names.

0
Avatar
Permanently deleted user

Tnx for comment but i didn't set any filewatchers in PhpStorm i checked and the screen is empty

0

What OS you are using? If its Windows ... you may use something like Process Monitor and see what process creates them and that may give you some hints. IDE by default does not create any of such files.

BTW -- what kind of content that file has?

When does it happen? Maybe it's related to web page debugging?

 

0
Avatar
Permanently deleted user

He does it with a files when i'm programming for drupal.
Less files, tpl.php files even de info file for  module
Less it self is generated at server site.
I put into the settings that the file has to be saved at CTRL-S


I can try process monitor
Tnx so far.

0

Less is a preprocessor for CSS -- http://lesscss.org/ ... so .less file should contain CSS. Usually such files should not be generated on the fly .. especially considering the file names given (with timestamps).

I'm not Drupal user or developer ... so don't know what else might be stored in such files. Especially if they are auto-generated...

 

>I put into the settings that the file has to be saved at CTRL-S

Sorry, do not understand what you are trying to say here...

But see what you can make out of such files content.

0

Please sign in to leave a comment.