We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d15b8 commit 23b37d7Copy full SHA for 23b37d7
plugin/constants.py
@@ -7,7 +7,7 @@
7
PACKAGE_NAME = __package__.partition(".")[0]
8
PLATFORM_ARCH = f"{sublime.platform()}_{sublime.arch()}"
9
10
-SERVER_VERSION = "1.426.0"
+SERVER_VERSION = "1.427.0"
11
"""The server tag. You can find them on https://github.com/github/copilot-language-server-release/releases"""
12
13
# ---------------- #
0 commit comments