Skip to content

Commit 4795473

Browse files
committed
Add workspace symbol support
1 parent e44b507 commit 4795473

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ init:
1616

1717
install:
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"
20-
- "set PATH=%PATH%;C:\\Users\\appveyor\\bin"
21-
- "%PYTHON%/python.exe -m pip install --upgrade pip setuptools"
22-
- "%PYTHON%/python.exe -m pip install .[all] .[test]"
19+
- '7z e ctags.zip -o "C:\Users\appveyor\bin" ctags.exe'
20+
- 'set PATH=%PATH%;C:\Users\appveyor\bin'
21+
- '%PYTHON%/python.exe -m pip install --upgrade pip setuptools'
22+
- '%PYTHON%/python.exe -m pip install .[all] .[test]'
2323

2424
test_script:
2525
- "%PYTHON%/Scripts/pytest.exe test/"

0 commit comments

Comments
 (0)