diff --git a/scratch-vhdl-vscode/package.json b/scratch-vhdl-vscode/package.json index 5aa8f3b..d3e5254 100644 --- a/scratch-vhdl-vscode/package.json +++ b/scratch-vhdl-vscode/package.json @@ -8,7 +8,7 @@ "publisher": "JosephAbbey", "displayName": "Scratch VHDL", "description": "", - "version": "1.0.7", + "version": "1.0.9", "license": "MIT", "engines": { "vscode": "^1.75.0" diff --git a/scratch-vhdl-vscode/src/extension.ts b/scratch-vhdl-vscode/src/extension.ts index 628d92e..7218c91 100644 --- a/scratch-vhdl-vscode/src/extension.ts +++ b/scratch-vhdl-vscode/src/extension.ts @@ -31,8 +31,9 @@ export function activate(context: vscode.ExtensionContext) { 'Assemble', 'ScratchVHDL', new vscode.ShellExecution( - `echo "y" | ${path.join( - vscode.wchorkspace.workspaceFile?.fsPath ?? '', + `${path.join( + 'echo "y" | ', + vscode.workspace.workspaceFile?.fsPath ?? '', '..', configuration .get('scratch-vhdl-vscode.asm_compile_path')