Skip to content

Commit 123ada1

Browse files
committed
fix 打包
1 parent 90baf76 commit 123ada1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.vscodeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
test/**
44
.gitignore
55
.yarnrc
6+
.git*
67
vsc-extension-quickstart.md
78
**/jsconfig.json
89
**/*.map
910
**/.eslintrc.json
11+
scripts/**
12+
node_modules/**

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Programming Languages",
2222
"Other"
2323
],
24-
"icon": "./images/designer.png",
24+
"icon": "images/designer.png",
2525
"repository": {
2626
"type": "git",
2727
"url": "https://github.com/PyQt5/DesignerPlugin.git"
@@ -32,11 +32,11 @@
3232
"onCommand:qsseditor.applyStyle",
3333
"onCommand:qsseditor.setPort"
3434
],
35-
"main": "./src/extension.js",
35+
"main": "src/extension.js",
3636
"contributes": {
3737
"css": {
3838
"customData": [
39-
"./data/qss.json"
39+
"data/qss.json"
4040
]
4141
},
4242
"languages": [{
@@ -102,7 +102,6 @@
102102
}
103103
},
104104
"scripts": {
105-
"vscode:prepublish": "cd scripts && python generate_data.py",
106105
"lint": "eslint .",
107106
"pretest": "npm run lint",
108107
"test": "node ./test/runTest.js"

0 commit comments

Comments
 (0)