Closed
Description
From @bootstraponline on November 23, 2017 1:25
- VSCode Version: 1.18.1
- OS Version: Windows 10 Version 1709 (OS Build 16299.19)
Steps to Reproduce:
git clone https://github.com/bootstraponline/hex.git
git checkout dbf422b1856d054b01bd28193ca52ed9c4033ceb
- Open
hex/ts/
in Visual Studio Code - Change anything in the TypeScript files
- Observe gigs of memory used.
Reproduces without extensions: Yes
I have a large map. That appears to make TypeScript crazy. I'm not sure if there's a way to disable processing on a per file basis. This issue does not happen when using JSON instead of a map.
export let codes = new Map([
['03310001', ['Potion', 'Battle Items [0]', true]],
// ...
]);
Copied from original issue: microsoft/vscode#38993