Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onatm/open-in-new-window
VS Code explorer context menu extension to open any path in a new window
https://github.com/onatm/open-in-new-window
vscode vscode-extension vscode-extensions vscode-workspace
Last synced: 3 months ago
JSON representation
VS Code explorer context menu extension to open any path in a new window
- Host: GitHub
- URL: https://github.com/onatm/open-in-new-window
- Owner: onatm
- License: mit
- Created: 2020-08-17T22:17:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T23:01:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T02:13:04.573Z (3 months ago)
- Topics: vscode, vscode-extension, vscode-extensions, vscode-workspace
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# open-in-new-window
![open-in-new-window](https://raw.githubusercontent.com/onatm/open-in-new-window/master/assets/logo.png)
![Build](https://github.com/onatm/open-in-new-window/workflows/Build/badge.svg)
[![version](https://img.shields.io/vscode-marketplace/v/onatm.open-in-new-window.svg?style=flat-square&label=vscode%20marketplace)](https://marketplace.visualstudio.com/items?itemName=onatm.open-in-new-window)
[![installs](https://img.shields.io/vscode-marketplace/d/onatm.open-in-new-window.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=onatm.open-in-new-window)VS Code explorer context menu extension to open any path in a new window.
## Release Notes
### 1.1.0
Added show/hide notification configuration (#4) by @notiv-nt.
### 1.0.0
Added extension logo (Made by [Smashicons](https://smashicons.com/) from [www.flaticon.com](https://www.flaticon.com/))
### 0.0.9
Downgrade required `vscode` version to `~1.40.0`.
### 0.0.1
Initial pre-release with full functionality.