Make extension not asked to be installed on remote

This commit is contained in:
Florian Bouillon 2021-07-15 09:23:43 +00:00 committed by Mikko Ahlroth
parent 1281f6f4f6
commit 95eb41cca4

View File

@ -31,6 +31,10 @@
"*"
],
"main": "./out/src/code-stats",
"extensionKind": [
"ui",
"workspace"
],
"contributes": {
"configuration": {
"type": "object",