Merge pull request #528 from alichraghi/patch-1

setup: Update vscode configuration snippet
This commit is contained in:
Auguste Rame 2022-07-12 14:03:01 -04:00 committed by GitHub
commit 97ac0e6ad0
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 => {