Skip to content

Commit

Permalink
Merge pull request #35 from spcl/bugfixes
Browse files Browse the repository at this point in the history
Fix transformation loading upon daemon startup and memlet path highlighting
  • Loading branch information
tbennun authored Apr 22, 2021
2 parents 392ff14 + 45609c0 commit 40afa90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion media/webclient
Submodule webclient updated 1 files
+1 −0 renderer.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sdfv",
"displayName": "DaCe SDFG Viewer (SDFV)",
"description": "DaCe SDFG Viewer (SDFV) for VS Code",
"version": "0.2.13",
"version": "0.2.14",
"engines": {
"vscode": "^1.55.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/daceInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ implements MessageReceiverInterface {

const callback = () => {
TransformationHistoryProvider.getInstance()?.refresh();
TransformationListProvider.getInstance()?.refresh();
TransformationListProvider.getInstance()?.refresh(true);
};
if (vscode.workspace.getConfiguration(
'dace.interface'
Expand Down

0 comments on commit 40afa90

Please sign in to comment.