You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,17 @@
41
41
}
42
42
]
43
43
},
44
-
"commands": []
44
+
"commands": [],
45
+
"configuration": {
46
+
"title": "Overwrite",
47
+
"properties": {
48
+
"overwrite.telemetry.enabled": {
49
+
"type": "boolean",
50
+
"default": true,
51
+
"description": "Enable anonymous usage telemetry to help improve the extension. All data is anonymized and no file contents or paths are ever collected."
52
+
}
53
+
}
54
+
}
45
55
},
46
56
"scripts": {
47
57
"vscode:package": "pnpm run package && pnpm vsce package --no-dependencies",
0 commit comments