summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-src_paths.js
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vscode/files/patch-src_paths.js')
-rw-r--r--editors/vscode/files/patch-src_paths.js11
1 files changed, 0 insertions, 11 deletions
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: