We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10239d9 commit b464b84Copy full SHA for b464b84
1 file changed
packages/vscode-extension/src/packager.ts
@@ -144,7 +144,11 @@ export default class Packager {
144
this.#outArchive.append(
145
JSON.stringify(
146
{
147
+ // add the below fields if not present to make sure the IDP file is valid.
148
+ copyrights: [],
149
+ // just copy the package.json.
150
...packageJson,
151
+ // force write the jsar related fields by packager.
152
jsar: {
153
versionCode: this.#getVersionCode(),
154
},
0 commit comments