Merge pull request #2467 from PKief/patch-1

Fix wrong file name (.vscodeignore)
This commit is contained in:
Greg Van Liew 2019-03-10 21:44:07 -07:00 коммит произвёл GitHub
Родитель 934bf255a0 6b9c50a92d
Коммит b4509381ea
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -126,7 +126,7 @@ This configuration for running tests is the same for non-webpacked extensions. T
Before publishing, you should update the `.vscodeignore` file. Everything that's now bundled into the `dist/extension.js` file can be excluded, usually the `out` folder (in case you didn't delete it yet) and most importantly, the `node_modules` folder.
A typical `.vsignore` file looks like this:
A typical `.vscodeignore` file looks like this:
```bash
.vscode