Skip to content

Commit

Permalink
Don't show gatherquality cmd in palette (#10841)
Browse files Browse the repository at this point in the history
* Don't show gatherquality cmd in palette

* Add title for gatherQuality
  • Loading branch information
greazer authored Mar 30, 2020
1 parent 9a4fab2 commit c10a89d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
},
{
"command": "python.datascience.gatherquality",
"title": "%DataScience.gatherGood%",
"title": "DataScience.gatherQuality",
"category": "Python"
}
],
Expand Down Expand Up @@ -1037,6 +1037,12 @@
"title": "%DataScience.selectKernel%",
"category": "Python",
"when": "python.datascience.isnativeactive"
},
{
"command": "python.datascience.gatherquality",
"title": "%DataScience.gatherQuality%",
"category": "Python",
"when": "false"
}
],
"view/title": [
Expand Down
3 changes: 2 additions & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,5 +455,6 @@
"DataScience.selectNewServer": "Pick Running Server",
"DataScience.jupyterSelectURIRemoteLabel":"Existing",
"DataScience.jupyterSelectURIQuickPickTitleRemoteOnly": "Pick an already running jupyter server",
"DataScience.jupyterSelectURIRemoteDetail": "Specify the URI of an existing server"
"DataScience.jupyterSelectURIRemoteDetail": "Specify the URI of an existing server",
"DataScience.gatherQuality": "Did gather work as desired?"
}

0 comments on commit c10a89d

Please sign in to comment.