You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the option set, reconstruction should be on by default and shown automatically with the first slice request
Add a context-menu entry, similar to what is already there:
Add a command icon to the file icon row that allows users to view the reconstruction with a simple click:
The text was updated successfully, but these errors were encountered:
EagleoutIce
changed the title
Make the reconstrction more readily available :D
Make the reconstruction more readily available :D
Oct 8, 2024
EagleoutIce
changed the title
Make the reconstruction more readily available :D
[Extensions, III] Make the reconstruction more readily available :D
Nov 7, 2024
Slicing is nice:
but graying out is not as beneficial whenever we have a lot of code at hand.
The command palette already offers a
reconstruct
option:It is registered as a command within the
package.json
:vscode-flowr/package.json
Lines 62 to 66 in 8107516
And linked to logic here:
vscode-flowr/src/slice.ts
Lines 22 to 24 in 8107516
The reconstruction is important, but currently hard to access I am thinking about various ways of integrating it:
show reconstruction by default
option to the settings:vscode-flowr/src/settings.ts
Lines 1 to 16 in 8107516
described at:
vscode-flowr/package.json
Line 105 in 8107516
with the option set, reconstruction should be on by default and shown automatically with the first slice request
The text was updated successfully, but these errors were encountered: