Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Zoupers/gauge-vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoupers committed Aug 6, 2024
2 parents 665776f + 59f6c95 commit 1aca0fb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/gaugeWorkspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class GaugeWorkspace extends Disposable {
options: { env: { ...process.env, ...project.envs(this.cli) } },
};

if(platform() == "win32") {
if (platform() === "win32") {
serverOptions.options.shell = true;
}

Expand Down

0 comments on commit 1aca0fb

Please sign in to comment.