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.
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.