Skip to content

Commit e41276d

Browse files
committed
0.3.1
1 parent 2712e73 commit e41276d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
},
99
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
1010
"typescript.tsc.autoDetect": "off"
11-
}
11+
}

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.3.1 - 2024-08-09
4+
5+
### Added
6+
7+
- Added a new editor variable, `${editor:currentCommit}`, which will return the current commit hash of the current open file
8+
39
## 0.3.0 - 2022-03-18
410

511
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-open",
33
"displayName": "Open",
44
"description": "An extension for opening files",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"publisher": "alexander-yu",
77
"engines": {
88
"vscode": "^1.43.0"

0 commit comments

Comments
 (0)