A really simple extension to create temporary files.
I use it with 'vscode-database' and/or 'code runner' extensions to test sample code.
This extension contributes the following settings:
createtmpfile.deleteOnExit: removes the created files when vscode exitscreatetmpfile.tmpDir: where the temporary files will be created
Initial release