Skip to content

Commit

Permalink
Bump v0.0.24
Browse files Browse the repository at this point in the history
CHANGELOGS:
- add the 'clangd.fallbackFlags' flag to configure no-CDB behaviour;
- remove the 'clangd.syncFileEvents' flag;
  • Loading branch information
hokein committed May 4, 2020
1 parent 57f9f2b commit eb5c33f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
if: steps.check.outputs.changed == 'true'
# The token will be expired in on 12/31/2020. Regenerate it at
# https://llvm-vs-code-extensions.visualstudio.com/_usersSettings/tokens.
run: npm run publish -p "${{ secrets.VSCODE_MARKETPLACE_TOKEN }}"
run: npm run publish -- -p "${{ secrets.VSCODE_MARKETPLACE_TOKEN }}"

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-clangd",
"displayName": "clangd",
"description": "C and C++ completion, navigation, and insights",
"version": "0.0.23",
"version": "0.0.24",
"publisher": "llvm-vs-code-extensions",
"homepage": "https://clangd.llvm.org/",
"icon": "icon.png",
Expand Down

0 comments on commit eb5c33f

Please sign in to comment.