Skip to content

Commit 0a7a7d6

Browse files
committed
bump version. edit changelog
1 parent 1ba8c7d commit 0a7a7d6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"out": true // set this to false to include "out" folder in search results
1111
},
1212
"cSpell.words": [
13-
"Extname",
1413
"benmills",
14+
"Extname",
15+
"mrcasals",
1516
"rspec",
1617
"vimux",
1718
"vpackage",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Release Notes
22

3+
### 0.0.6
4+
5+
Add new configuration that allows you to choose whether or not to save command in history `runInTerminal.saveCommandInHistory`. Tx @mrcasals for #37
6+
7+
Merge in dependabot updates.
8+
39
### 0.0.4
410

511
Fix bug where any project level settings defining runInTerminal.commands were blowing away global and default commands

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "run-in-terminal",
33
"displayName": "Run in Terminal",
44
"description": "Use a keyboard shortcut to run any command in the Integrated Terminal.",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"publisher": "kortina",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)