Installing exuberant-cTags package command is not executable

Environment data

VS Code version: 1.18.1
Python Version: 2.7.6
OS and version: Ubuntu 14.04

Actual behavior

VSCODE prompts to install exuberant-cTags, But it returned command in string like ("sudo apt-get install exuberant-ctags") which is not executable command must be without double quotes.

Expected behavior

Following command should run: sudo apt-get install exuberant-ctags in terminal and install the same package

Steps to reproduce:

  • Open a python template and VSCODE will prompts to install exuberant-ctags plugin

Logs

Getting below log in VSCODE terminal
bash: sudo apt-get install exuberant-ctags: command not found