From 2b4837bc7e2fbf6b67d986f422f00c34aaaa98cf Mon Sep 17 00:00:00 2001 From: Vladislav Trotsenko Date: Mon, 14 Feb 2022 15:28:50 +0200 Subject: [PATCH] Bugfix/Configuring vscode --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 6da45fb..c22863b 100644 --- a/setup.sh +++ b/setup.sh @@ -96,7 +96,7 @@ function step_5() { # Configure vscode function step_6() { step_title $1 "Configuring Visual Studio Code" - wget https://raw.githubusercontent.com/RubyWorkout/frs/master/settings.json -P ~/.config/Code/User/settings.json + wget https://raw.githubusercontent.com/RubyWorkout/frs/master/settings.json -P ~/.config/Code/User } # Step runner