Recent Files
Please note that Quokka’s Recent Files feature is available in VS Code only.
The list of all recently launched Quokka files (both physical and scratch files) can be viewed by using the View Recent Files
command. This view displays the contents of the files (search with Ctrl/Cmd + F
), the date the file
was last run, and provides the following actions:
Run the file within the context of the currently opened project.
Clone and Run action runs the file as a new scratch file within the context of the currently opened project. The cloned file will be displayed separately from the original scratch file in the recent files view.
Run in [project_root] action runs the file within the context of the project where it was last ran.
Clone and Run in [project_root] action runs the file as a new scratch file within the context of the project where it was last ran. The cloned file will be displayed separately from the original scratch file in the recent files view.
Remove from recent files action removes the entry from the list of recent files. Physical file content is not affected.