File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 33test /**
44.gitignore
55.yarnrc
6+ .git *
67vsc-extension-quickstart.md
78** /jsconfig.json
89** /* .map
910** /.eslintrc.json
11+ scripts /**
12+ node_modules /**
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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"
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" : [{
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"
You can’t perform that action at this time.
0 commit comments