Usando a função input para coletar dados do usuário

This commit is contained in:
Luiz Otávio
2022-10-25 12:30:19 -03:00
parent 2bbc348218
commit 7e7d91027c
2 changed files with 13 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
{
"window.zoomLevel": 4,
"window.zoomLevel": 1,
"workbench.startupEditor": "none",
"explorer.compactFolders": false,
"editor.fontSize": 24,
"editor.fontSize": 30,
"terminal.integrated.fontSize": 26,
"editor.rulers": [80, 120],
"workbench.colorTheme": "OM Theme (Default Dracula Italic)",
"workbench.iconTheme": "material-icon-theme",