mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
Make product configuration available to non node.js environments (fix #120243)
This commit is contained in:
Vendored
+1
-1
@@ -98,7 +98,7 @@ exports.removeGlobalNodeModuleLookupPaths = function () {
|
||||
/**
|
||||
* Helper to enable portable mode.
|
||||
*
|
||||
* @param {Partial<import('./vs/platform/product/common/productService').IProductConfiguration>} product
|
||||
* @param {Partial<import('./vs/base/common/product').IProductConfiguration>} product
|
||||
* @returns {{ portableDataPath: string; isPortable: boolean; }}
|
||||
*/
|
||||
exports.configurePortable = function (product) {
|
||||
|
||||
Reference in New Issue
Block a user