AREPL-vscode icon indicating copy to clipboard operation
AREPL-vscode copied to clipboard

only show arepl launch icon in python/plaintext contexts

Open Almenon opened this issue 6 years ago • 2 comments
trafficstars

in package.json:

"when": "editorLangId == python || editorLangId == plaintext"

.... for some reason this isn't working :(

even ""when": "editorLangId == python" doens't work

When I do that the command doesn't show up at all.

I know when editorlangid == python should work because i used for the arepl icon and it worked just fine :(

Almenon avatar Mar 24 '19 04:03 Almenon

related: #228 #227

Almenon avatar Mar 24 '19 04:03 Almenon

this is because || is not a option. Don't remember what issue it was but it was raised in vscode repo.

Almenon avatar May 16 '19 03:05 Almenon