rioj7

Results 88 comments of rioj7

@mjoe67886 I tried it first in the Developer Host. Now I have created the directory `C:\Users\XYZ\.vscode\extensions\menuadd`. And copied/edited the `C:\Users\XYZ\.vscode\extensions\menuadd\package.json` file to have the content mentioned. ### Don't forget to...

@mjoe67886 your previous 2 comments don't add any new information to solving the problem that the custom extension `menuadd` should add a context menu entry. On my machine it works....

@mjoe67886 The development environment (there is none) has nothing to do with operating VSC. Development has to do with what you launch, so no interference with normal starting of VSC....

@mjoe67886 there is no reason to send the **full** text of the message you are responding to as part of the reply, that text is already part of the thread...

@mjoe67886 the modification to SelectBy `package.json` will be overwritten when I update the extension > paste and select single line Create a new issue and describe in detail the steps...

@mjoe67886 I have no clue what you suggest. Describe step by step what you suggest and what you expect to happen.

@mjoe67886 It depends for the snippet is inserted/pasted in the current application. Most likely the Clipboard App inserts the text in the keyboard buffer with an OS/Desktop hook. This way...

@mjoe67886 Looking at the code of copyQ it looks like it: https://github.com/hluk/CopyQ/blob/6ebfa1b0336b4217002932341f06af5b6ee95dc2/src/gui/mainwindow.cpp#L3282 https://github.com/hluk/CopyQ/blob/6ebfa1b0336b4217002932341f06af5b6ee95dc2/src/gui/mainwindow.cpp#L985 1. copies the snippet to the clipboard 2. hide the copyQ window 3. execute the Paste command...

@afshindavoudy Can you give an example? I haven't found any doc about conditional constructs in the MDN JavaScript Regex pages

@afshindavoudy does this work `('[^']*'|[^-]*-)`