Commit Graph

10 Commits

Author SHA1 Message Date
Benjamin Pasero eb8c718e81 debt - fix compile errors in bootstrap files 2020-11-09 09:03:14 +01:00
Benjamin Pasero 560b21efa4 Crash reporter creates two directories (fix #99149) 2020-06-03 10:22:52 +02:00
Matt Bierner 273a4a389d Convert most ts-ignore-calls to ts-expect-error (#93617)
Changes over to use ts-expect-error: https://devblogs.microsoft.com/typescript/announcing-typescript-3-9-beta/#ts-expect-error-comments

This revealed a number of places where we no longer need to supress errors
2020-03-30 17:31:37 -07:00
Benjamin Pasero f3b191ab38 @ts-check for bootstrap JS files 2018-09-07 16:05:28 +02:00
Joao Moreno c34d71d8ce VSCODE_APPDATA 2017-08-10 10:42:49 +02:00
apwelsh 5f73e5a5a9 Update paths.js to allow use of ENV variable instead of command-line override for userDataPath
This patch allows defining the environment variable "vscode_config_prefix" as a global default, instead of relying on command line arguments.  The solution is similar to NPM's npm_config_prefix environment variable.  if defined, APPDATA, XDG_CONFIG_HOME, and other solutions are ignored for determining the path value.  This is 1/2 the solution to removing the user data from the Windows roaming profile.
2017-05-17 19:13:07 -07:00
Joao Moreno 746f66a6e7 fallback when no APPDATA is defined
fixes #10616
2016-08-31 15:16:43 +02:00
Joao Moreno 088d4fb45a paths.getDefaultUserDataPath 2016-08-17 12:58:30 +02:00
Benjamin Pasero 549c1772fe no more process.argv dependency in environmentService 2016-08-17 11:16:02 +02:00
Joao Moreno e634302883 extract userData path computation 2016-05-04 11:26:38 +02:00