mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
* fix: don't package detection script in legacy server * chore: address review feedback * chore: rename download asset name
10 lines
226 B
Bash
Executable File
10 lines
226 B
Bash
Executable File
#!/usr/bin/env sh
|
|
#
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
#
|
|
|
|
set -e
|
|
|
|
echo "!!! WARNING: Using legacy server, please check https://aka.ms/vscode-remote/faq/old-linux for additional information !!!"
|
|
exit 0
|