Skip to content

Commit

Permalink
Fix wrong file name (.vscodeignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief authored Mar 9, 2019
1 parent a9a8856 commit 6b9c50a
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 @@ -131,7 +131,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 6b9c50a

Please sign in to comment.