Skip to content

Commit 3be3ae0

Browse files
author
beicause
committed
Release v1.2.0
1 parent 2602421 commit 3be3ae0

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
tags:
66
- 'v*'
77

8-
permissions:
9-
contents: write
10-
118
jobs:
129
deploy:
1310
runs-on: ubuntu-latest
@@ -32,11 +29,9 @@ jobs:
3229
files: out/vsix/*.vsix
3330

3431
- name: Publish to VS Code Marketplace
35-
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
3632
run: npm run deploy
3733
env:
3834
VSCE_PAT: ${{ secrets.VSCE_PAT }}
3935

4036
- name: Publish to Open VSX
41-
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
4237
run: npm run deploy_ovsx -p ${{ secrets.OVSX_PAT }}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [1.2.0] 2024-05-27
4+
- add `Call-graph: Max Depth` setting for both incoming and outgoing call graphs.
5+
36
## [1.1.5] 2024-03-20
47

58
- fix .callgraphignore not working in windows

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "call-graph",
33
"displayName": "Call Graph",
44
"description": "call graph for vscode",
5-
"version": "1.1.5",
5+
"version": "1.2.0",
66
"publisher": "LuoZhihao",
77
"engines": {
88
"vscode": "^1.65.0"

0 commit comments

Comments
 (0)