Skip to content

Commit 4b9169a

Browse files
author
Loïc Mangeonjean
committed
fix: add vscode ref in build id
1 parent d1e3e3e commit 4b9169a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/rollup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default (args: Record<string, string>): rollup.RollupOptions => {
149149
VSCODE_VERSION: JSON.stringify(vscodeVersion),
150150
VSCODE_REF: JSON.stringify(vscodeRef),
151151
VSCODE_COMMIT: JSON.stringify(vscodeCommit),
152-
BUILD_ID: JSON.stringify(crypto.randomUUID()),
152+
BUILD_ID: JSON.stringify(`${VSCODE_REF}-${crypto.randomUUID()}`),
153153
'globalThis.require': 'undefined',
154154
preventAssignment: true
155155
}),

0 commit comments

Comments
 (0)