Skip to content

Commit 9ab78e0

Browse files
committed
0.2.1
1 parent 21ee238 commit 9ab78e0

4 files changed

Lines changed: 3 additions & 2162 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist
33
node_modules
44
.vscode-test/
55
*.vsix
6+
.yarn

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Hover to view descriptions of existing attributes.
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
{
6-
"version": "0.2.0",
6+
"version": "0.2.1",
77
"configurations": [
88
{
99
"name": "Run Extension",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "Cendros",
55
"description": "Easily launch your scripts in one click!",
66
"icon": "resources/terminal-icon.png",
7-
"version": "0.2.0",
7+
"version": "0.2.1",
88
"engines": {
99
"vscode": "^1.83.0"
1010
},

0 commit comments

Comments
 (0)