Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Geri-Borbas committed Jul 23, 2020
1 parent c5efa3a commit 14f4dc4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
out
node_modules
Documents/Code Examples/Ignore/**
Documents/Code Examples/Ignore/**
*.vsix
23 changes: 23 additions & 0 deletions Documents/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,26 @@
+ Early returns
+ `regions.early-return`
+ Could be 50% opacity

* Publish
+ Install Visual Studio Code Extensions, TypeScript and packages
+ `npm install -g vsce`
+ `npm install -g typescript`
+ `npm install`
+ Check typescript errors
+ `npm run compile`
+ Package extension
+ Bump version number in `package.json`
+ `vsce package`
+ Login with publisher
+ Get Personal Access Token
+ Sign in into Microsoft Account
+ (Re)create Personal Access Token at https://eppz.visualstudio.com/_usersSettings/tokens
+ Organization to "All accessible organization"
+ Scope to "Marketplace/Manage"
+ `vsce login eppz`
+ Publish
+ `vsce publish`
+ Wait 3 minutes
+ 🎉

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eppz-code",
"displayName": "eppz! (C# theme for Unity)",
"version": "1.2.42",
"version": "1.2.52",
"description": "Carefully designed colors with meanings.",
"keywords": [
"unity 3d",
Expand All @@ -18,7 +18,6 @@
"c-sharp",
"cs",
".cs",
"*.cs",
"color",
"colour",
"coloring",
Expand Down

0 comments on commit 14f4dc4

Please sign in to comment.