Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Last logNew to Visual Studio Code? Get it now.

Last log

Francesco Anzalone

|
9 installs
| (1) | Free
A convenient way to open the most recent file inside a folder of your choice
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Last Log

Logo

Features

Last Log offers a convenient way to open the most recent file inside a folder of your choice. It is possible to use the extension in 3 ways: from the button at the left side of the status bar, from the command line with the command "Open last log", or by creating a custom key binding.

After

After

Settings

This extension contributes the following settings:

  • lastLog.folderPath: "Specifies the folder path containing the log files. Default value is 'xml' which represents: \workspace-folder\xml. To navigate back outside the workspace add ..\ for each folder.".
  • lastLog.includeSubfolders: Default true.
  • lastLog.fileExtension: The extension of the log files. If not specified or value is '*' it will open any file type.
  • lastLog.excludeFolders: The name of the folders to exclude. Any file inside those folder will be ignored.

Example configuration:

{
	"lastLog.folderPath": "logs",
	"lastLog.includeSubfolders": false,
	"lastLog.fileExtension": "log",
	"lastLog.excludeFolders": [
		"nameFolder1", "nameFolder2"
	]
}

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft