Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.29 KB

README.EN-US.md

File metadata and controls

29 lines (15 loc) · 1.29 KB

Open with default application

中文 | English

A VSCode extension, extends the ability to process the file using the system's default software in the right-click menu of the project file list. Folder can also oh~~

Flaw: Currently only support Windows. Will support Mac and Linux platform if there is time.

The reason for making this plugin

Although VSCode can browse the images and source code files. But there are many files that cannot be viewed directly, such as excel pdf even html files cannot be viewed directly. But the software is already installed on the operating system, so we need to right-click "Show in Explorer" and double-click to open the file. This extension can directly open the file in VSCode using the default software without frequent opening and closing of the resource manager window.

Silky~~

Contributors

Anyone can contribute code, welcome PR or issue.

Changelog

Version 0.1.1

Add a setting to control whether to show a message when opening files or folders.

It's not necessary to show a message when opening files or folders, but I am still learning how to make a VSCode extension, so adding a setting to control whether to show a message is meaningful for me.

Version 0.1.0

Fixed an error in opening files or folders with Spaces.