Skip to content

Commit

Permalink
fix: runAreplBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Nov 18, 2024
1 parent 6bb1095 commit 95f1aca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
},
"dependencies": {
"@vscode/extension-telemetry": "^0.9.7",
"arepl-backend": "^3.0.4"
"arepl-backend": "^3.0.5"
},
"bugs": {
"url": "https://github.com/almenon/arepl-vscode-wordcount/issues",
Expand Down
1 change: 1 addition & 0 deletions src/PreviewManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export default class PreviewManager {
const data: ExecArgs = {
evalCode: codeLines,
filePath,
usePreviousVariables: true,
show_global_vars: settingsCached.get<boolean>('showGlobalVars'),
default_filter_vars: settingsCached.get<string[]>('defaultFilterVars'),
default_filter_types: settingsCached.get<string[]>('defaultFilterTypes')
Expand Down

0 comments on commit 95f1aca

Please sign in to comment.