彗星666

Results 1 issues of 彗星666

已经加了browser字段,并且package.json是正常加载的,但是入口文件没有请求。 代码是参考vscode的webextension例子 package.json文件如下: ```json { "name": "webext2", "displayName": "webext2", "description": "", "version": "0.0.1", "engines": { "vscode": "^1.80.0" }, "categories": [ "Other" ], "activationEvents": [], "browser": "./dist/web/extension.js", "contributes": { "commands": [...