Skip to content

Commit e3424a4

Browse files
committed
chore: drop call for testing
1 parent 932baaf commit e3424a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@
44

55
_pygls_ (pronounced like "pie glass") is a pythonic generic implementation of the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/specification) for use as a foundation for writing your own [Language Servers](https://langserver.org/) in just a few lines of code.
66

7-
> [!IMPORTANT]
8-
> The next major version, *pygls v2* is ready for testing.
9-
> We encourage all existing server authors to try the [migration guide](https://pygls.readthedocs.io/en/latest/pygls/howto/migrate-to-v2.html) and let us know how you get on!
10-
117
## Quickstart
128
```python
139
from pygls.lsp.server import LanguageServer
14-
from lsprotocol import types
10+
from lsprotocol import types
1511

1612
server = LanguageServer("example-server", "v0.1")
1713

0 commit comments

Comments
 (0)