Skip to content

Commit 766efc1

Browse files
committed
Add workspace symbol support
1 parent 4795473 commit 766efc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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'
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]'

pyls/uris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
https://github.com/Microsoft/vscode-uri/blob/e59cab84f5df6265aed18ae5f43552d3eef13bb9/lib/index.ts

0 commit comments

Comments
 (0)