build: add vsix build
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
out/
|
out/
|
||||||
|
.env
|
||||||
|
*.vsix
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
pre_bump_hooks = [
|
||||||
|
"npm version --no-git-tag-version {{version}}"
|
||||||
|
]
|
||||||
|
|
||||||
|
disable_changelog = true
|
||||||
Generated
+3626
-2
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -3,7 +3,7 @@
|
|||||||
"displayName": "XBOCTuK Flow",
|
"displayName": "XBOCTuK Flow",
|
||||||
"description": "Local-first task management for solo developers and small teams",
|
"description": "Local-first task management for solo developers and small teams",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"publisher": "",
|
"publisher": "Ku6epXBOCTuK",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.96.0"
|
"vscode": "^1.96.0"
|
||||||
@@ -19,8 +19,7 @@
|
|||||||
"project-management"
|
"project-management"
|
||||||
],
|
],
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onStartupFinished",
|
"onStartupFinished"
|
||||||
"onLanguage:xflow"
|
|
||||||
],
|
],
|
||||||
"main": "./out/extension.js",
|
"main": "./out/extension.js",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
@@ -200,6 +199,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"watch": "vite build --watch",
|
"watch": "vite build --watch",
|
||||||
|
"package": "vsce package --allow-missing-repository --no-rewrite-relative-links",
|
||||||
"vscode:prepublish": "npm run build",
|
"vscode:prepublish": "npm run build",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"check": "npm run check:app && npm run check:test",
|
"check": "npm run check:app && npm run check:test",
|
||||||
@@ -216,6 +216,7 @@
|
|||||||
"@types/uuid": "^10.0.0",
|
"@types/uuid": "^10.0.0",
|
||||||
"@types/vscode": "^1.96.0",
|
"@types/vscode": "^1.96.0",
|
||||||
"@vitest/eslint-plugin": "^1.5.0",
|
"@vitest/eslint-plugin": "^1.5.0",
|
||||||
|
"@vscode/vsce": "^3.9.2",
|
||||||
"eslint": "^9.39.0",
|
"eslint": "^9.39.0",
|
||||||
"eslint-config-prettier": "^10.1.0",
|
"eslint-config-prettier": "^10.1.0",
|
||||||
"globals": "^16.4.0",
|
"globals": "^16.4.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user