Skip to content

Commit

Permalink
Merge pull request #292 from usethesource/fix-issue-291
Browse files Browse the repository at this point in the history
this fixes #291 but has to be tested
  • Loading branch information
jurgenvinju authored Sep 12, 2023
2 parents 3d5f02d + 3cc58c5 commit 06dd2d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rascal-vscode-extension/src/RascalExtension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export class RascalExtension implements vscode.Disposable {
progress.report({increment: 25, message: "Creating terminal"});
const terminal = vscode.window.createTerminal({
iconPath: this.icon,
cwd: path.dirname(uri?.fsPath || ""),
shellPath: await getJavaExecutable(),
shellArgs: this.buildShellArgs(compilationPath, serverConfig, ...extraArgs),
name: 'Rascal Terminal',
Expand Down

0 comments on commit 06dd2d9

Please sign in to comment.