From 15586ec29a0408621f57fe8c0b7ba8a70a5cc6cf Mon Sep 17 00:00:00 2001 From: Leonardo Rocha <56287285+leogrocha@users.noreply.github.com> Date: Wed, 13 Apr 2022 12:29:36 -0300 Subject: [PATCH] setting.json --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file