Skip to content

Commit

Permalink
bumped: vscode-lab@0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coster committed Feb 24, 2024
1 parent 4852cdc commit 92e0bde
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions projects/vscode-lab/package.json
@@ -1,59 +1,59 @@
{
"name": "vscode-lab",
"displayName": "Adam's Laboratory",
"description": "Experiments and demos for VSCode extensions",
"icon": "images/flask-vial-color.png",
"version": "0.0.1",
"author": {
"name": "Adam Coster",
"url": "https://adamcoster.com"
},
"pricing": "Free",
"engines": {
"vscode": "^1.86.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onView:adam-coster-lab"
],
"main": "./dist/extension.js",
"contributes": {
"commands": [],
"viewsContainers": {
"activitybar": [
{
"id": "adam-coster-lab",
"title": "Adam's Lab",
"icon": "./images/flask-vial-mono.svg"
}
]
},
"views": {
"adam-coster-lab": [
{
"id": "adam-coster-lab.tree",
"name": "Sample Tree View",
"type": "tree"
}
]
}
},
"scripts": {
"build": "node scripts/build.mjs",
"bump": "cd ../.. && pnpm bump",
"package": "vsce package --no-dependencies --githubBranch develop",
"vscode:prepublish": "pnpm build",
"vscode:publish": "vsce publish --no-dependencies --githubBranch develop",
"watch": "nodemon --delay 1 -e js,cjs,mjs,ts,mts,cts,yaml --watch src --exec \"npm run build\""
},
"devDependencies": {
"@types/node": "18.x",
"@types/vscode": "^1.86.0",
"esbuild": "0.20.1",
"eslint": "^8.57.0",
"nodemon": "^3.1.0",
"typescript": "^5.3.3"
}
"name": "vscode-lab",
"displayName": "Adam's Laboratory",
"version": "0.1.0",
"description": "Experiments and demos for VSCode extensions",
"categories": [
"Other"
],
"author": {
"name": "Adam Coster",
"url": "https://adamcoster.com"
},
"main": "./dist/extension.js",
"scripts": {
"build": "node scripts/build.mjs",
"bump": "cd ../.. && pnpm bump",
"package": "vsce package --no-dependencies --githubBranch develop",
"vscode:prepublish": "pnpm build",
"vscode:publish": "vsce publish --no-dependencies --githubBranch develop",
"watch": "nodemon --delay 1 -e js,cjs,mjs,ts,mts,cts,yaml --watch src --exec \"npm run build\""
},
"contributes": {
"commands": [],
"views": {
"adam-coster-lab": [
{
"id": "adam-coster-lab.tree",
"name": "Sample Tree View",
"type": "tree"
}
]
},
"viewsContainers": {
"activitybar": [
{
"id": "adam-coster-lab",
"title": "Adam's Lab",
"icon": "./images/flask-vial-mono.svg"
}
]
}
},
"activationEvents": [
"onView:adam-coster-lab"
],
"devDependencies": {
"@types/node": "18.x",
"@types/vscode": "^1.86.0",
"esbuild": "0.20.1",
"eslint": "^8.57.0",
"nodemon": "^3.1.0",
"typescript": "^5.3.3"
},
"engines": {
"vscode": "^1.86.0"
},
"icon": "images/flask-vial-color.png",
"pricing": "Free"
}

0 comments on commit 92e0bde

Please sign in to comment.