提交 6bc5a14b 编写于 作者: K kieferrm

remove unused GDPR fragments

上级 2cc078e0
......@@ -6,11 +6,6 @@
import { ResolvedKeybinding } from 'vs/base/common/keyCodes';
/* __GDPR__FRAGMENT__
"IQuickNavigateConfiguration" : {
"keybindings" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
export interface IQuickNavigateConfiguration {
keybindings: ResolvedKeybinding[];
}
......
......@@ -100,13 +100,6 @@ export interface IResult {
success?: boolean;
}
/* __GDPR__FRAGMENT__
"IAutoSaveConfiguration" : {
"autoSaveDelay" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"autoSaveFocusChange": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"autoSaveApplicationChange": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
export interface IAutoSaveConfiguration {
autoSaveDelay: number;
autoSaveFocusChange: boolean;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册