-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ctag generate problem #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @MarekLew on July 24, 2017 10:13 In my computers on windows 10 |
From @MarekLew on July 24, 2017 20:23
After delete quotes ctags generated but not sorted.
|
From @MarekLew on September 23, 2017 12:30 Version 1.16.1 the same problem. End DonJayamanne#1213 don`t fixed this. |
Closing as a duplicate of #44 |
From @MarekLew on July 18, 2017 7:55
Environment data
VS Code version: 1.14.1
Python Extension version: 0.6.7
Python Version: 2.7.13
OS and version: Microsoft Windows 10 Home ,10.0.15063 Compile 15063
ctag Version:
Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert
Compiled: Jul 9 2009, 17:05:35
Addresses: [email protected], http://ctags.sourceforge.net
Optional compiled features: +win32, +regex, +internal-sort
Actual behavior
ctag not generate when
optionsFile
have spaceExpected behavior
generate ctag when path have space
Steps to reproduce:
Python: Build Workspace symbols
ctags.exe: cannot open option file ""C:\Users\User with space\.vscode\extensions\donjayamanne.python-0.6.7\resources\ctagOptions"" : Invalid argument
Settings
Your launch.json (if dealing with debugger issues):
Your settings.json:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)In this moment I replace
and its work fine, ctag generated.
Copied from original issue: DonJayamanne/pythonVSCode#1097
The text was updated successfully, but these errors were encountered: