mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
fix profile import/export in web (#171753)
- move it to configuration-editing extension
This commit is contained in:
committed by
GitHub
parent
df24bef783
commit
5b02e68e42
6
extensions/configuration-editing/src/browser/net.ts
Normal file
6
extensions/configuration-editing/src/browser/net.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
export const agent = undefined;
|
||||
Reference in New Issue
Block a user