Update contact methods (#6253)
This commit is contained in:
Родитель
55e9209a99
Коммит
6b42d293e0
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче