From owner-freebsd-ports@freebsd.org Sun May 17 13:25:43 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6876A2D9C2F for ; Sun, 17 May 2020 13:25:43 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward106j.mail.yandex.net (forward106j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::109]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49Q2vn61qFz4MR1 for ; Sun, 17 May 2020 13:25:41 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from mxback20o.mail.yandex.net (mxback20o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::71]) by forward106j.mail.yandex.net (Yandex) with ESMTP id B3FEF11A0363 for ; Sun, 17 May 2020 16:25:36 +0300 (MSK) Received: from myt4-07bed427b9db.qloud-c.yandex.net (myt4-07bed427b9db.qloud-c.yandex.net [2a02:6b8:c00:887:0:640:7be:d427]) by mxback20o.mail.yandex.net (mxback/Yandex) with ESMTP id CUqx7jNNbG-PaHuq7Pv; Sun, 17 May 2020 16:25:36 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1589721936; bh=BQbnU9NRD3wGip/CHkVaGN0Ugr8LugVZqv0ovDOk+MY=; h=In-Reply-To:From:Date:References:To:Subject:Message-ID; b=Cp4vSfTnagF1GzAqQ7ltiZcYq9JmIZMPT5p8X//Qrjf0B1GNDrJFbSNoMKW1QG+m2 UamBTmH2CrFHWgD28JMAz8TX2aGkCbt940RK5l88+bQ55uiXQwS7ZZ3eRwvY0+8NiN WwfZ4R67cMkcDtawFcgvoTajNg/ZV/31dRl4jhrs= Received: by myt4-07bed427b9db.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id 3cw3lz36W0-PZY0Lba9; Sun, 17 May 2020 16:25:36 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) Subject: Re: vscode and extensions To: freebsd-ports@freebsd.org References: <4abc86e7-8adc-453a-917f-2c60429bea79@passap.ru> <2aecf945-f529-0bac-f806-aa21aac68003@quinteiro.org> From: Boris Samorodov Message-ID: Date: Sun, 17 May 2020 16:25:40 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <2aecf945-f529-0bac-f806-aa21aac68003@quinteiro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: ru Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 49Q2vn61qFz4MR1 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=passap.ru header.s=mail header.b=Cp4vSfTn; dmarc=none; spf=pass (mx1.freebsd.org: domain of bsam@passap.ru designates 2a02:6b8:0:801:2::109 as permitted sender) smtp.mailfrom=bsam@passap.ru X-Spamd-Result: default: False [-0.66 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[passap.ru:s=mail]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a02:6b8:0::/52]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[passap.ru]; DKIM_TRACE(0.00)[passap.ru:+]; NEURAL_HAM_SHORT(-0.06)[-0.061]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:13238, ipnet:2a02:6b8::/32, country:RU]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[2a02:6b8:0:801:2::109:from] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2020 13:25:43 -0000 17.05.2020 06:35, Jose Quinteiro пишет: > On 2020-05-16 13:32, Boris Samorodov wrote: >> Hi All, >> >> I've just installed at FreeBSD-12.1 vscode-1.43.1 and >> the MS C/C++ extension. Seems that it doesn't work. >> And I've noticed at  ~/.vscode-oss/extensions/ms-vscode.cpptools-0.28.0 >> Windows binaries. >> >> Should extensions work at FreeBSD? >> > Bookmarks, clangd, Cmake Tools and Python extensions all work fine here. Yep, clangd works and it actually does all that I need. Jose, thank you. -- WBR, bsam