open-editor
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -22,3 +22,3 @@ import process from 'node:process'; | ||
if (['sublime', 'atom', 'vscode', 'vscodium'].includes(editor.id)) { | ||
if (['sublime', 'atom', 'zed', 'vscode', 'vscodium'].includes(editor.id)) { | ||
editorArguments.push(stringifyLineColumnPath(parsed)); | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "open-editor", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Open files in your editor at a specific line and column", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -9,2 +9,3 @@ # open-editor | ||
- Atom | ||
- Zed | ||
- Visual Studio Code | ||
@@ -11,0 +12,0 @@ - VSCodium |
8775
109