We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4de4ba + f5c1812 commit fdf2937Copy full SHA for fdf2937
1 file changed
vscoffline/vsc.py
@@ -7,7 +7,7 @@
7
from typing import Any, Dict, List, Union
8
import logging as log
9
10
-PLATFORMS = ["win32", "linux", "linux-deb", "linux-rpm", "darwin", "linux-snap", "server-linux", "cli-alpine"]
+PLATFORMS = ["win32", "linux", "linux-deb", "linux-rpm", "darwin", "linux-snap", "server-linux", "server-linux-legacy", "cli-alpine"]
11
ARCHITECTURES = ["", "x64"]
12
BUILDTYPES = ["", "archive", "user"]
13
QUALITIES = ["stable", "insider"]
0 commit comments