mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
9 lines
226 B
Bash
Executable file
9 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
|