Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 624 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 624 Bytes

createtmpfile

A really simple extension to create temporary files.

I use it with 'vscode-database' and/or 'code runner' extensions to test sample code.

Features

sample

Requirements

Extension Settings

This extension contributes the following settings:

  • createtmpfile.deleteOnExit: removes the created files when vscode exits
  • createtmpfile.tmpDir: where the temporary files will be created

Known Issues

Release Notes

0.0.1

Initial release