From 131bc65a22ef24d6a44775ec2a1e055865f1d205 Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Sun, 14 Mar 2021 05:04:16 +0000 Subject: Update to 1.54.2 Changelog: https://code.visualstudio.com/updates/v1_54 --- editors/vscode/files/patch-src_paths.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 editors/vscode/files/patch-src_paths.js (limited to 'editors/vscode/files/patch-src_paths.js') diff --git a/editors/vscode/files/patch-src_paths.js b/editors/vscode/files/patch-src_paths.js deleted file mode 100644 index e139c632a8e8..000000000000 --- a/editors/vscode/files/patch-src_paths.js +++ /dev/null @@ -1,11 +0,0 @@ ---- src/paths.js.orig 2020-12-16 14:57:12 UTC -+++ src/paths.js -@@ -34,7 +34,7 @@ function getDefaultUserDataPath() { - case 'darwin': - appDataPath = path.join(os.homedir(), 'Library', 'Application Support'); - break; -- case 'linux': -+ case 'linux': case 'freebsd': - appDataPath = process.env['XDG_CONFIG_HOME'] || path.join(os.homedir(), '.config'); - break; - default: -- cgit v1.2.3