Failed vscode wip

This commit is contained in:
Idrees Hassan
2025-11-15 21:08:28 -05:00
parent 76e55a3caa
commit 2e3ff28706
14 changed files with 2935 additions and 5 deletions

21
dist/vscode/package.json vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "pocket-bird",
"version": "2025.11.15",
"engines": {
"vscode": "^1.32.0"
},
"activationEvents": [
"onStartupFinished"
],
"main": "extension.js",
"contributes": {
"commands": [
{
"command": "pocket-bird.helloWorld",
"title": "Hello World",
"category": "Example"
}
]
}
}