<!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ --> <!-- Use Help > Report Issue to prefill these. --> - VSCode Version: 1.36.1 - OS Version: Windows 10 1903 Steps to Reproduce: 1. Set up these variables, see below. ``` { "terminal.integrated.env.windows": { "LOCALAPPDATA": "./cache", "TEMP": "./cache", "ELECTRON_BUILDER_CACHE": "./cache", "ELECTRONBUILDERCACHE": "./cache" } } ``` 2. Echo values. - PS E:\workspace\client-electron> echo $env:LOCALAPPDATA - ./cache - PS E:\workspace\client-electron> echo $env:TEMP - ./cache - PS E:\workspace\client-electron> echo $env:ELECTRON_BUILDER_CACHE - PS E:\workspace\client-electron> echo $env:ELECTRONBUILDERCACHE - ./cache <!-- Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No Yes
1.36.1
Windows 10 1903
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No
Yes