2017-01-16 26 views
0

Visual Studio代碼extension通過鬆土標籤使用CTAGS不產生反恐怖主義行動小組的文件:VS代碼鬆土標籤擴展不產生反恐怖主義行動小組文件

Error on generate tags:'C:/RailsInstaller/Ruby2.3.0/lib/ruby/gems/2.3.0/gems/ripper-tags-0.3.4/lib/ripper-tags' is not recognized as an internal or external command 

的settings.json文件:

// settings.json 
{ 
"ctags": { 
    "executePath": "C:/RailsInstaller/Ruby2.3.0/lib/ruby/gems/2.3.0/gems/ripper-tags-0.3.4/lib/ripper-tags", 
    "options": "--tag-file=.tags --recursive --force --exclude=/assets/ --exclude=.bundle --exclude=.git/ --exclude=coverage/ --exclude=.arcanist-extensions/ --exclude=log/ --exclude=tmp/ --exclude=bin/", 
    "fileName": ".tags" 
} 
} 

回答

0

通過將配置切割爲:

{ 
"ctags": { 
    "fileName": ".tags" 
} 
} 
解決了該問題