AREPL-vscode
AREPL-vscode copied to clipboard
only show arepl launch icon in python/plaintext contexts
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 :(
related: #228 #227
this is because || is not a option. Don't remember what issue it was but it was raised in vscode repo.