This commit is contained in:
Brigit Murtaugh 2023-04-28 16:24:48 -07:00 коммит произвёл GitHub
Родитель 55e9209a99
Коммит 6b42d293e0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -297,7 +297,7 @@ export async function activate(context: vscode.ExtensionContext) {
vscode.env.openExternal(vscode.Uri.parse('http://localhost:3000'));
// Example 3 - Open the default email application.
vscode.env.openExternal(vscode.Uri.parse('mailto:vscode@microsoft.com'));
vscode.env.openExternal(vscode.Uri.parse('mailto:<fill in your email here>'));
}));
}
```

Просмотреть файл

@ -183,7 +183,7 @@ No. The license states that you may not "provide the software as a stand-alone o
### I have a question about whether I can use the extensions for X, who can I ask?
Please email us at [VSCode@microsoft.com](mailto:VSCode@microsoft.com) with any questions you may have.
Please file an [issue](https://github.com/microsoft/vscode-remote-release/issues).
### GDPR and VS Code Remote Development