'How Do I Increase the CPU & RAM in a VSCode DevContainer?

I typically open up my project that contains a .devcontainer/ directory with its corresponding devcontainer.json.

When VSCode opens up, it asks me whether I want to open up my project in the specified container; to which I say yes.

For some projects, the terminal experience and the JS/TS Language Interpreter are pretty slow.

Is there some setting that I can configure that can increase the amount of CPUs and RAM that my DevContainer will receive?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source