From 2c5ccae4ced4bd17675d8cb16e48e07eb4fe3fe9 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 16 Jun 2022 15:23:51 -0500 Subject: [PATCH] Remove Go-specific stuff from Code - OSS settings --- .config/Code - OSS/User/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/Code - OSS/User/settings.json b/.config/Code - OSS/User/settings.json index 0490acf..2b90922 100644 --- a/.config/Code - OSS/User/settings.json +++ b/.config/Code - OSS/User/settings.json @@ -5,5 +5,4 @@ "git.confirmSync": false, "git.autofetch": true, "git.enableSmartCommit": true, - "go.gopath": "/home/ta180m/.go", }