mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-16 05:38:54 +10:00
Compare commits
5 Commits
1.104.0613
...
1.104.3666
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22d1929f41 | ||
|
|
6264d064e4 | ||
|
|
ac024726a3 | ||
|
|
e3c3b6fdf7 | ||
|
|
fbdc680c69 |
@@ -14,7 +14,7 @@ This page explains how VSCodium handles telemetry and how it enhances your priva
|
||||
|
||||
## <a id="telemetry"></a>Telemetry in VSCodium
|
||||
|
||||
Even though we do not pass the telemetry build flags and go out of our way to cripple the baked-in telemetry, Microsoft will still can track usage by default depending on your settings.
|
||||
Even though we do not pass the telemetry build flags and go out of our way to cripple the baked-in telemetry, Microsoft still can track usage by default depending on your settings.
|
||||
|
||||
We disable all the following telemetry-related settings by default to enhance your privacy:
|
||||
```
|
||||
|
||||
@@ -59,13 +59,13 @@ index d7b29f2..1eb07aa 100644
|
||||
+ '@vscodium/policy-watcher',
|
||||
'@vscode/proxy-agent',
|
||||
diff --git a/package-lock.json b/package-lock.json
|
||||
index 52d750a..24a462c 100644
|
||||
index e4466bd..fd77ff8 100644
|
||||
--- a/package-lock.json
|
||||
+++ b/package-lock.json
|
||||
@@ -18,3 +18,2 @@
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
- "@vscode/policy-watcher": "^1.3.2",
|
||||
"@vscode/proxy-agent": "^0.33.0",
|
||||
"@vscode/proxy-agent": "^0.34.0",
|
||||
@@ -29,2 +28,3 @@
|
||||
"@vscode/windows-registry": "^1.1.0",
|
||||
+ "@vscodium/policy-watcher": "^1.3.2-252465",
|
||||
@@ -117,14 +117,14 @@ index 52d750a..24a462c 100644
|
||||
+ },
|
||||
"node_modules/@webassemblyjs/ast": {
|
||||
diff --git a/package.json b/package.json
|
||||
index b6ca424..97077e2 100644
|
||||
index 1120460..f74589f 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -78,3 +78,3 @@
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
- "@vscode/policy-watcher": "^1.3.2",
|
||||
+ "@vscodium/policy-watcher": "^1.3.2-252465",
|
||||
"@vscode/proxy-agent": "^0.33.0",
|
||||
"@vscode/proxy-agent": "^0.34.0",
|
||||
diff --git a/src/vs/base/test/node/uri.perf.data.txt b/src/vs/base/test/node/uri.perf.data.txt
|
||||
index ee0a24b..881ce36 100644
|
||||
--- a/src/vs/base/test/node/uri.perf.data.txt
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
Name=@@NAME_LONG@@
|
||||
Comment=Code Editing. Redefined.
|
||||
GenericName=Text Editor
|
||||
GenericName[ar]=محرر نصوص
|
||||
Exec=@@EXEC@@ %F
|
||||
Icon=@@ICON@@
|
||||
Type=Application
|
||||
@@ -14,6 +15,7 @@ Keywords=vscodium;codium;vscode;
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Name[ar]=نافذة فارغة جديدة
|
||||
Name[de]=Neues leeres Fenster
|
||||
Name[es]=Nueva ventana vacía
|
||||
Name[fr]=Nouvelle fenêtre vide
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"tag": "1.104.0",
|
||||
"commit": "f220831ea2d946c0dcb0f3eaa480eb435a2c1260"
|
||||
"tag": "1.104.3",
|
||||
"commit": "385651c938df8a906869babee516bffd0ddb9829"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user