Merge branch 'feature/remove-install-on-remote-option' into 'master'

Make extension not asked to be installed on remote

Closes #22

See merge request juha.ristolainen/code-stats-vscode!17
This commit is contained in:
Mikko Ahlroth 2021-07-15 09:23:44 +00:00
commit 735d45b8b7

View File

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