forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
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
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug