vscode-gitignore icon indicating copy to clipboard operation
vscode-gitignore copied to clipboard

A simple extension for Visual Studio Code that lets you pull .gitignore files from the https://github.com/github/gitignore repository

Results 18 vscode-gitignore issues
Sort by recently updated
recently updated
newest added

I recieved this error today while trying to pull down a gitignore file: `403: {"message":"API rate limit exceeded for . (But here's the good news: Authenticated requests get a higher...

enhancement

If a `.gitignore` file does exist, it adds a new line to the file even if the file is empty. This checks the length of the file first, and will...

This just pulls out some strings from the `package.json` file. The name and description of the extension. The names/descriptions of the configuration values. This makes it easy to translate them...

Adds the option to include a link to the references gitignore file in the README. I prefer to add a link, so contributors know where it was derived from. When...

:wave: I'm Isidor, a PM from the VS Code team, and we recently announced VS Code for the Web at https://vscode.dev/, which provides a free, zero-install Microsoft Visual Studio Code...

enhancement

Does this provide syntax highlighting? If not, any plans? Would also be nice if the scope of application of the current line is explained in a pop-up.

enhancement

Looks like the VS Code team finally worked on a solution for making web requests from extensions using the correct proxy settings by the node-request-light package: https://github.com/microsoft/node-request-light Check if this...

1. use --disable-extensions to launch test (avoid test be failure cause other extensions) 2. give more timeout and slow value for Github API test (because network request be sometimes slow)...

The first request (to get the list of available Scripts) seems to succeed (or go through cache) with the following settings, however when then adding/downloading the .gitignore file, the following...