setup: Update vscode configuration snippet

This commit is contained in:
Ali Chraghi 2022-07-12 22:31:29 +04:30 committed by GitHub
parent 24ec046b4a
commit 5162e9a803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,7 @@ pub fn wizard(allocator: std.mem.Allocator) !void {
\\'https://github.com/zigtools/zls-vscode/releases' or via the extensions menu. \\'https://github.com/zigtools/zls-vscode/releases' or via the extensions menu.
\\Then, open VSCode's 'settings.json' file, and add: \\Then, open VSCode's 'settings.json' file, and add:
\\ \\
\\"zigLanguageClient.path": "[command_or_path_to_zls]" \\"zls.path": "[command_or_path_to_zls]"
); );
}, },
.Sublime => { .Sublime => {