From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f43.google.com (mail-pj1-f43.google.com [209.85.216.43]) by mx.groups.io with SMTP id smtpd.web11.4208.1623956765039345976 for ; Thu, 17 Jun 2021 12:06:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=BqbW28za; spf=pass (domain: nuviainc.com, ip: 209.85.216.43, mailfrom: rebecca@nuviainc.com) Received: by mail-pj1-f43.google.com with SMTP id s17-20020a17090a8811b029016e89654f93so6673618pjn.1 for ; Thu, 17 Jun 2021 12:06:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language; bh=gzHbNjHxysAnZ2/dTNGRFnINpbcqzhWjmgB5ZgGxuT8=; b=BqbW28zaHJY3uTKsrYVtpKief7vpXzrplr6KYT9Cy8MjAwWgS6jYe9FX39tdwa0Ahl gJJ6p4a/Tkx1W437AVr4VuyOvRPJNJaga0nle8RZVuWWqYkW59dfZ0BX1gccIUfQqdVq fyKgTbnIJ/woymC+dbOWTWlmZlXFV8y3eeGRksxb2lR8FwDVxQicgea/UT4POIGSbTZY l1dUN7hXhWEIRtMCra+41p2WQicCkjv2WYq+wPNnWdXE0aUfP3npqS2Vyg52PMKPgPfT UPDk2ArwxUCkQK9kME8jZH/wOKTSdFt4WbmgvHx4Ssnp+vtC6Wsu2UunHZC+nOWYcaso AwOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language; bh=gzHbNjHxysAnZ2/dTNGRFnINpbcqzhWjmgB5ZgGxuT8=; b=TgC1jHAxkMM3LA7EpccD6zdjdA2B4deXtIgIZMONhLRgJm2YicRqkoLh3kdQKHhCH0 /o10vMl0XH+/9H4HQ+IIpAZIsNRTmunMlr9ifucr7gFf/7oXXre/E1VJxoYMMP2fFHKV UnKMg8DI16a3T/b3wwPB+zhTyR3teEBxdRjbT8AHfgY3EA+qM2YqQjsEuoYpGsDbXkmP ht3FrsKTaa6FRc8gGC3Xay5RxZi4j/FIOgkPvQ93jl2HXwEQtsX+3uOzWxVCYW/hI9aW uqSpj+6aZBkCkKT186SeqGDWokYoAW+iZTmfLFswL2DyCGf04YVr1xt6VzIOHC0Fi2yg xMVg== X-Gm-Message-State: AOAM533ZILlK3oCs3RmFvqG7wUbL+taBC9pfLChRTUnnRCLWzn1vDmJ6 +/L9MKlCLUJRPq2h3yvrAR8B0Q== X-Google-Smtp-Source: ABdhPJzuz0r+pz00D1oPPVOeQHsQnhhceLFiZdTQDOdHpzGuQj3z6BLf+7NEux+vjpQ1m+wyy0ALSQ== X-Received: by 2002:a17:902:748c:b029:119:653b:a837 with SMTP id h12-20020a170902748cb0290119653ba837mr1288237pll.68.1623956764602; Thu, 17 Jun 2021 12:06:04 -0700 (PDT) Return-Path: Received: from linbox.int.bluestop.org (c-174-52-16-57.hsd1.ut.comcast.net. [174.52.16.57]) by smtp.gmail.com with ESMTPSA id p17sm9181477pjg.54.2021.06.17.12.06.03 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 17 Jun 2021 12:06:04 -0700 (PDT) Subject: Re: [edk2-devel] Recommended VSCode Extensions and Settings To: devel@edk2.groups.io, nathaniel.l.desimone@intel.com References: <59158572-BDE8-4627-846F-F868784214F0@intel.com> From: "Rebecca Cran" Message-ID: <7fe8a77a-79b9-6f4e-4062-0aeb5407ea88@nuviainc.com> Date: Thu, 17 Jun 2021 13:06:01 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: <59158572-BDE8-4627-846F-F868784214F0@intel.com> Content-Type: multipart/alternative; boundary="------------1348E78B024D4591E7BE611E" Content-Language: en-US --------------1348E78B024D4591E7BE611E Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit I wonder, should we add a .vscode directory in the edk2 repo and add the recommended extensions to an extensions.json file (See Workspace Recommended Extensions in https://code.visualstudio.com/docs/editor/extension-marketplace)? -- Rebecca Cran On 6/17/21 12:39 AM, Nate DeSimone wrote: > > Hi Everyone, > > I have compiled a list of recommended extensions and settings for > using Visual Studio Code to develop EDK II code. I have posted them on > the wiki: > https://github.com/tianocore/tianocore.github.io/wiki/Nate's-Recommended-VSCode-Extensions-and-Settings > > > Feel free to add to the list if there is something you believe to be > missing. > > Nate > > --------------1348E78B024D4591E7BE611E Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

I wonder, should we add a .vscode directory in the edk2 repo and add the recommended extensions to an extensions.json file (See Workspace Recommended Extensions in https://code.visualstudio.com/docs/editor/extension-marketplace)?


--
Rebecca Cran


On 6/17/21 12:39 AM, Nate DeSimone wrote:

Hi Everyone,

 

I have compiled a list of recommended extensions and settings for using Visual Studio Code to develop EDK II code. I have posted them on the wiki: https://github.com/tianocore/tianocore.github.io/wiki/Nate's-Recommended-VSCode-Extensions-and-Settings

 

Feel free to add to the list if there is something you believe to be missing.

 

Nate

--------------1348E78B024D4591E7BE611E--