Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Commented Unassigned: Lots of temporary js files never get deleted [881]

$
0
0
Just worked __one hour__ with Node.js Tools for Visual Studio 1.0 Beta in VS 2013 Express.
I created two tiny node projects from exiting code, debugged them and used IntelliSense.
After closing VS I still have __3,829 *.js files (19 MB)__ in my temp folder from VS.
Please fix this and use a sub folder for all these temporary files.

1,503 files have the content:
> _$asyncRequests.add({ src: 'C:\\TEMP\\User\\********.js'});

A lot other looks like:
> __filename = "...\\obj\\Debug\\node_modules\\npm\\node_modules\\read\\node_modules\\mute-stream\\mute.js";
__dirname = "...\\obj\\Debug\\node_modules\\npm\\node_modules\\read\\node_modules\\mute-stream";
require('stream');

or
> function nodejs_tools_for_visual_studio_hidden_usermodule_...() {
...
nodejs_tools_for_visual_studio_hidden_module_instance_... = module.exports;
return module.exports;
}

Comments: these are used by JSLS to provide completions. they are supposed to be deleted upon project close. we're working on a new approach which will get rid of the temp files altogether. stay tuned.

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>