We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ee238 commit 9ab78e0Copy full SHA for 9ab78e0
4 files changed
.gitignore
@@ -3,3 +3,4 @@ dist
3
node_modules
4
.vscode-test/
5
*.vsix
6
+.yarn
.vscode/launch.json
@@ -3,7 +3,7 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
- "version": "0.2.0",
+ "version": "0.2.1",
7
"configurations": [
8
9
"name": "Run Extension",
package.json
@@ -4,7 +4,7 @@
"publisher": "Cendros",
"description": "Easily launch your scripts in one click!",
"icon": "resources/terminal-icon.png",
"engines": {
"vscode": "^1.83.0"
10
},
0 commit comments