Skip to content

Commit 7dfb7e2

Browse files
committed
We no longer need to have params to vsce package since we've hardcoded the url for language_server.gif
1 parent cc02239 commit 7dfb7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gulp.task('copy_language_server', function () {
2222
})
2323

2424
gulp.task('build_extension', function (callback) {
25-
exec('node ./node_modules/vsce/out/vsce package --baseContentUrl https://github.com/jpogran/puppet-vscode/client --baseImagesUrl https://github.com/jpogran/puppet-vscode/client',
25+
exec('node ./node_modules/vsce/out/vsce package',
2626
function (err, stdout, stderr) {
2727
console.log(stdout);
2828
console.log(stderr);

0 commit comments

Comments
 (0)