File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717install :
1818 - ' appveyor DownloadFile "https://github.com/universal-ctags/ctags-win32/releases/download/2018-03-13/5010e849/ctags-2018-03-13_5010e849-x64.zip" -FileName ctags.zip'
19- - ' 7z e ctags.zip -o "C :\Users\appveyor\bin" ctags.exe'
19+ - ' 7z e ctags.zip -oC :\Users\appveyor\bin ctags.exe'
2020 - ' set PATH=%PATH%;C:\Users\appveyor\bin'
2121 - ' %PYTHON%/python.exe -m pip install --upgrade pip setuptools'
2222 - ' %PYTHON%/python.exe -m pip install .[all] .[test]'
Original file line number Diff line number Diff line change 1- # Copyright 2017 Palantir Technologies, Inc.
1+ : # Copyright 2017 Palantir Technologies, Inc.
22"""A collection of URI utilities with logic built on the VSCode URI library.
33
44https://github.com/Microsoft/vscode-uri/blob/e59cab84f5df6265aed18ae5f43552d3eef13bb9/lib/index.ts
You can’t perform that action at this time.
0 commit comments