Bug 269137

Summary: Updates documentation for article freebsd-src-lsp
Product: Documentation Reporter: derik
Component: Books & ArticlesAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Some People CC: carlavilla, khng, lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for the article Use Language Servers for Development in the FreeBSD Src Tree none

Description derik 2023-01-24 21:47:39 UTC
Created attachment 239687 [details]
patch for the article Use Language Servers for Development in the FreeBSD Src Tree

This commit includes changes in the article "Use Language Servers for
Development in the FreeBSD Src Tree". The changes are to clarify that
the dependencies mentioned in the article can also be installed via
`pkg` and not only through ports.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-01-28 10:50:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=5070568cdd839adae70b1085cf7fd173f55c274a

commit 5070568cdd839adae70b1085cf7fd173f55c274a
Author:     Derik <derik@rderik.com>
AuthorDate: 2023-01-28 10:47:54 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-01-28 10:47:54 +0000

    Add pkg install clarification to FreeBSD src lsp article

    PR:     269137

 .../en/articles/freebsd-src-lsp/_index.adoc        | 31 +++++++++++++++++-----
 1 file changed, 25 insertions(+), 6 deletions(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2023-01-28 10:50:16 UTC
Fixed. Thanks for the patch!