Skip to content

Commit

Permalink
Merge pull request NomicFoundation#592 from NomicFoundation/fvictorio…
Browse files Browse the repository at this point in the history
…-patch-1

Minor fix in CONTRIBUTING.md
  • Loading branch information
fvictorio committed Aug 21, 2024
2 parents 41f0331 + 3c52b05 commit 98a3935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ VSCode extensions are distributed through a file format called `vsix` (really a
npm run package
```

This will clean the `/out` directories, then create bundled, minified versions of the client, and server files (index.js and helper.js) using [esbuild](https://esbuild.github.io/), and pull them together in the vsix file using `vsce`. The output vsix file will be in the project root.
This will clean the `/out` directories, then create bundled, minified versions of the client, and server files (index.js and helper.js) using [esbuild](https://esbuild.github.io/), and pull them together in the vsix file using `vsce`. The output vsix file will be in the `client` directory.

The `vsix` will contain all files in the repo at the time of packaging, but this is reduced down to only the key files via our [.vscodeignore](./.vscodeignore) file.

Expand Down

0 comments on commit 98a3935

Please sign in to comment.