Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 37b8112

Browse files
committed
chore: add vue dependencies
1 parent aecdc15 commit 37b8112

File tree

8 files changed

+92
-9436
lines changed

8 files changed

+92
-9436
lines changed

.vscode/launch.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@
5353
"outFiles": [
5454
"${workspaceFolder}/out/test/**/*.js"
5555
]
56-
}
56+
},
57+
{
58+
"name": "ReactiveVSCE Run Extension",
59+
"type": "extensionHost",
60+
"request": "launch",
61+
"args": [
62+
"--extensionDevelopmentPath=${workspaceFolder}"
63+
],
64+
"outFiles": [
65+
"${workspaceFolder}/dist/**/*.js"
66+
]
67+
}
68+
5769
]
5870
}

old.tsconfig.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
]
9292
}
9393
},
94-
"scripts:old": {
94+
"scripts": {
9595
"vscode:prepublish": "npm run package",
9696
"compile": "webpack --config ./build/node-extension.webpack.config.js",
9797
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"",
@@ -108,13 +108,12 @@
108108
"lint": "eslint src --ext ts",
109109
"check": "svelte-check --tsconfig ./tsconfig.json",
110110
"wdio": "wdio run ./wdio.conf.ts",
111-
"wdio-test": "npm run build && npm run wdio"
112-
},
113-
"scripts": {
114-
"build": "tsup --env.NODE_ENV production --treeshake",
115-
"dev": "tsup --watch ./src --env.NODE_ENV development",
116-
"typecheck": "tsc --noEmit",
117-
"vscode:prepublish": "pnpm run build"
111+
"wdio-test": "npm run build && npm run wdio",
112+
"________": "scripts for reactive-vscode",
113+
"build:reactive": "tsup --env.NODE_ENV production --treeshake",
114+
"dev:reactive": "tsup --watch ./src --env.NODE_ENV development",
115+
"typecheck:reactive": "tsc --noEmit -p reactive-vscode.tsconfig.json",
116+
"vscode:prepublish:reactive": "pnpm run build"
118117
},
119118
"devDependencies": {
120119
"@rollup/plugin-commonjs": "^28.0.2",
@@ -144,7 +143,7 @@
144143
"glob": "^11.0.1",
145144
"mocha": "^11.1.0",
146145
"postcss": "^8.5.1",
147-
"reactive-vscode": "^0.2.14",
146+
"reactive-vscode": "^0.2.16",
148147
"rollup": "^4.34.0",
149148
"rollup-plugin-css-only": "^4.5.2",
150149
"rollup-plugin-node-builtins": "^2.1.2",

0 commit comments

Comments
 (0)