httpteapot
httpteapot5w ago

Cannot paste text in Windmill preview in VSCode

+V is not working in the preview panel of VSCode using the Windmill extension.
4 Replies
rubenf
rubenf5w ago
Try Ctrl + V and Ctrl + C
httpteapot
httpteapot5w ago
Not working (using ^on macos) Also right click -> "paste" is not available The bug is fixed, thanks Is there a way to display the "show preview" button in VScode, only for windmill files. For instance only if there is a wmill.yaml in a parent directory?
rubenf
rubenf5w ago
normally the mode only activate in such settings
httpteapot
httpteapot5w ago
Yes I was reading https://github.com/windmill-labs/windmill-vscode/blob/main/src/extension.ts quickly and indeed there seem to be a logic to handle that But for me the button is displayed for all JS files my tree structure is like so:
wmill/
-- wmill.yaml
-- f/
---- example.js
web/
-- file.js (The button is displayed here)
wmill/
-- wmill.yaml
-- f/
---- example.js
web/
-- file.js (The button is displayed here)
both directories are in the same VSCode workspace