From 4fbac2108496512c75588c17d9c699727bb52a6e Mon Sep 17 00:00:00 2001 From: chris2fr Date: Mon, 19 Oct 2020 10:14:18 +0200 Subject: [PATCH] Fixed Settings --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5eb6807..34428d1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - // "liveServer.settings.port": 5501; - editor.disableMonospaceOptimizations: true; + "liveServer.settings.port": 5501, + "editor.disableMonospaceOptimizations": true } \ No newline at end of file