This commit is contained in:
Gordon Byers 2022-06-07 07:28:10 +00:00 коммит произвёл GitHub
Родитель d3c60c1fd7
Коммит 07b78fd27b
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,10 @@
// Set *default* container specific settings.json values on container create.
"settings": {},
// Codespaces struggles running/debugging the web app with 4gb memory, so lets explicitly require 8gb
"hostRequirements": {
"memory": "8gb"
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [