DS

Results 2 issues of DS

开启保存时自动修复的功能: ```json { "eslint.autoFixOnSave": true, "eslint.validate": [ "javascript", "javascriptreact", { "language": "typescript", "autoFix": true }, ], "typescript.tsdk": "node_modules/typescript/lib" } ``` vscode现在要改成: ```json { "eslint.validate": [ "javascript", "javascriptreact", "typescript" ], "typescript.tsdk":...

Just learn CEP development, currently through zxpsigncmd packaging, ask if the next package into **.aip** file? Or what other methods are needed?