luisfontes19 / vscode-swissknife

Scriptable VSCode extension to generate or manipulate data. Stop pasting sensitive data in webpages.
https://marketplace.visualstudio.com/items?itemName=luisfontes19.vscode-swissknife
MIT License
51 stars 7 forks source link

history comment lost #18

Open jdo17 opened 3 months ago

jdo17 commented 3 months ago

Type: Bug

the swissknife.notesEnabled" is true for both user profil and workspace.

we can add, edit notes, view it in the panel as well as in the file, making reports.... Everything seems to work well but since you close the windows, everything is lost. We keep nothing.

Extension version: 1.8.1 VS Code version: Code 1.90.0 (89de5a8d4d6205e5b11647eb6a74844ca23d2573, 2024-06-04T19:33:54.889Z) OS version: Windows_NT x64 10.0.22631 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz (16 x 2904)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|31.74GB (15.59GB free)| |Process Argv|--crash-reporter-id 88e1caaa-aaa0-49e5-8596-d5d6d007330c| |Screen Reader|no| |VM|0%|
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492:30256859 vstes627:30244334 vscoreces:30445986 vscod805:30301674 binariesv615:30325510 vsaa593:30376534 py29gd2263:31024239 vscaat:30438848 c4g48928:30535728 azure-dev_surveyone:30548225 2i9eh265:30646982 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 jchc7451:31067544 chatpanelc:31048052 dsvsc021:30996838 724cj586:31013169 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 pythonprt:31056678 dwnewjupyter:31046869 26j00206:31048877 ```
luisfontes19 commented 3 months ago

Hi @jdo17

This feature only works with workspaces. This means that you need to have a folder opened in the VSCode. Can you confirm that's the case?

Swissknife should create a file in .vscode/swissknifeNotes.json with all the notes taken. Can you confirm if the file is there? And that when you reopen the window you still open the same workspace? (the same folder)