We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f73473 commit 7fedec2Copy full SHA for 7fedec2
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "code-oss-dev",
3
"version": "1.38.0",
4
- "distro": "5af2b9835ba8caee9e5057d2272ba4c90fcd0d36",
+ "distro": "d54cb1c81bc4458276bd38093586ee3566539d2d",
5
"author": {
6
"name": "Microsoft Corporation"
7
},
src/vs/platform/product/common/product.ts
@@ -85,7 +85,6 @@ export interface IProductConfiguration {
85
readonly 'linux-x64': string;
86
readonly 'darwin': string;
87
};
88
- readonly logUploaderUrl: string;
89
readonly portable?: string;
90
readonly uiExtensions?: readonly string[];
91
}
0 commit comments