docs
This commit is contained in:
parent
e47dfad552
commit
09c6b38efe
2 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,11 @@ This tool assists in publishing Visual Studio Code extensions.
|
|||
npm install -g vsce
|
||||
```
|
||||
|
||||
## Publishers
|
||||
|
||||
You'll need to [create a **publisher**](docs/pat.md) in order to publish
|
||||
an extension to the Visual Studio Code gallery.
|
||||
|
||||
## Manifest files
|
||||
|
||||
Every Visual Studio Code extension needs a manifest file: `package.json`.
|
||||
|
|
3
docs/pat.md
Normal file
3
docs/pat.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Extension Publishers
|
||||
|
||||
etc
|
Loading…
Add table
Reference in a new issue