Compare commits

..

5 Commits

Author SHA1 Message Date
Baptiste Augrain
22d1929f41 fix(1.104.3): update patch (#2532) 2025-10-04 16:21:56 +02:00
jermanuts
6264d064e4 i18n: add arabic translation .desktop (#2520) 2025-10-04 15:39:37 +02:00
Ryan Brue
ac024726a3 docs(telemetry): fix a small typo (#2528) 2025-09-29 22:09:07 +02:00
Baptiste Augrain
e3c3b6fdf7 build(stable): update to commit e3a5acf 2025-09-25 18:27:53 +00:00
Baptiste Augrain
fbdc680c69 build(stable): update to commit 0f0d87f 2025-09-18 18:26:28 +00:00
4 changed files with 9 additions and 7 deletions

View File

@@ -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:
```

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,4 @@
{
"tag": "1.104.0",
"commit": "f220831ea2d946c0dcb0f3eaa480eb435a2c1260"
"tag": "1.104.3",
"commit": "385651c938df8a906869babee516bffd0ddb9829"
}