Skip to content

Commit 2cd1429

Browse files
committed
(GH-397) Update Editor Services vendoring for sidecar
The Puppet Editor Services now include an additional file in the root of the tarball/zip. This commit updates the Gulpfile vendoring process to include the new file.
1 parent 1599bf5 commit 2cd1429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ gulp.task('vendor_editor_services', function (callback) {
105105
return gulp.src([path.join(config.directory,'lib/**/*'),
106106
path.join(config.directory,'vendor/**/*'),
107107
path.join(config.directory,'puppet-debugserver'),
108-
path.join(config.directory,'puppet-languageserver')
108+
path.join(config.directory,'puppet-languageserver'),
109+
path.join(config.directory,'puppet-languageserver-sidecar')
109110
], { base: path.join(config.directory) })
110111
.pipe(gulp.dest('./vendor/languageserver'));
111112
}

0 commit comments

Comments
 (0)