Skip to content

Commit

Permalink
publish v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlajoie committed Jul 17, 2023
1 parent bfee8a3 commit ee1a56d
Show file tree
Hide file tree
Showing 5 changed files with 534 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ out/
node_modules/
*.vsix
*.txt
.vscode-test
File renamed without changes.
14 changes: 14 additions & 0 deletions ReleaseInstructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Release Steps

1. Go to https://chrislajoie.visualstudio.com/ and generate personal access token
2. Increment version in package.json
3. Run `vsce package` to create vsix file
4. Install extension in vscode using vsix
5. Publish the extension with `vsix publish`


### Links

- https://chrislajoie.visualstudio.com/
- https://chrislajoie.visualstudio.com/vscode-modelines
- https://marketplace.visualstudio.com/manage/publishers/chrislajoie
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-modelines",
"displayName": "Modelines",
"description": "Set editor options for individual files. Supports Vim and Emacs modelines plus a Code-specific modeline syntax.",
"version": "2.0.5",
"version": "2.0.6",
"publisher": "chrislajoie",
"homepage": "https://github.com/ctlajoie/vscode-modelines",
"bugs": {
Expand Down Expand Up @@ -41,9 +41,9 @@
"devDependencies": {
"@types/extend": "^3.0.1",
"@types/mocha": "^2.2.42",
"@types/node": "^8.10.48",
"@types/node": "^18.16.19",
"tslint": "^5.16.0",
"typescript": "^2.6.1",
"typescript": "^5.1.6",
"vscode": "^1.1.34"
},
"dependencies": {
Expand Down
Loading

0 comments on commit ee1a56d

Please sign in to comment.