Skip to content

Commit

Permalink
Merge pull request #2467 from PKief/patch-1
Browse files Browse the repository at this point in the history
Fix wrong file name (.vscodeignore)
  • Loading branch information
Greg Van Liew authored Mar 11, 2019
2 parents 934bf25 + 6b9c50a commit b450938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/working-with-extensions/bundling-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b450938

Please sign in to comment.