RSSAmplifier

Richard Astbury's Blog · Jun 1, 2023

GitHub Copilot Tips and Tricks

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

GitHub Copilot Tips and Tricks Enable/Disable Specific Languages in VSCode In VSCode you can enable and disable specific languages by adding the following to your settings.json file: "github.copilot.enable" : { "*" : true , "plaintext" : true , "markdown" : true , "scminput" : false , "yaml" : false } , Enable/Disable Specific files in your project If you want to enable or disable specific files…

Read on /2023/06/01/github-copilot-tips-and-tricks/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.