We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b9c65 commit 7202d3cCopy full SHA for 7202d3c
tasks/offlinePackagingTasks.ts
@@ -35,7 +35,7 @@ export const offlinePackages = [
35
export function getPackageName(packageJSON: any, vscodePlatformId: string) {
36
const name = packageJSON.name;
37
const version = packageJSON.version;
38
- return `${name}.${version}-${vscodePlatformId}.vsix`;
+ return `${name}-${version}-${vscodePlatformId}.vsix`;
39
}
40
41
gulp.task('vsix:release:package:platform-specific', async () => {
0 commit comments