Skip to content

Commit

Permalink
Added an echo "y" | to the ASM compile command in order to get the …
Browse files Browse the repository at this point in the history
…script to terminate, another attempt.
  • Loading branch information
philipabbey committed May 26, 2024
1 parent d565065 commit 15c8f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scratch-vhdl-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"publisher": "JosephAbbey",
"displayName": "Scratch VHDL",
"description": "",
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",
"engines": {
"vscode": "^1.75.0"
Expand Down
3 changes: 1 addition & 2 deletions scratch-vhdl-vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export function activate(context: vscode.ExtensionContext) {
'Assemble',
'ScratchVHDL',
new vscode.ShellExecution(
`${path.join(
'echo "y" | ',
`echo "y" | ${path.join(
vscode.workspace.workspaceFile?.fsPath ?? '',
'..',
configuration
Expand Down

0 comments on commit 15c8f06

Please sign in to comment.