From 844433c8248caca716c9b0495e00ec3273541793 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sat, 25 Feb 2023 19:33:03 -0600 Subject: [PATCH] remove old zig thing --- code-settings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code-settings.json b/code-settings.json index b0e5f43..4d9dc79 100644 --- a/code-settings.json +++ b/code-settings.json @@ -7,6 +7,5 @@ "editor.lineNumbers": "on", "go.formatTool": "goimports", "editor.minimap.enabled": false, - "editor.smoothScrolling": true, - "zigLanguageClient.path": "C:\\Users\\Jordan\\bin\\zls.exe" -} \ No newline at end of file + "editor.smoothScrolling": true +}