Skip to content

Commit

Permalink
fix: do not show vSorterInfo as completion item and show correct diag…
Browse files Browse the repository at this point in the history
…nostic (#741)

* fix: vSorterInfo issue

* fix: add change set

* fix: sonar qube

* fix: failing test

* fix: update actions/upload-artifact

* fix: sonar qube

* refactor: function rename and jsdoc
  • Loading branch information
marufrasully authored Jan 27, 2025
1 parent 834df77 commit 6f5945b
Show file tree
Hide file tree
Showing 19 changed files with 1,478 additions and 425 deletions.
7 changes: 7 additions & 0 deletions .changeset/quick-bobcats-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext": patch
"vscode-ui5-language-assistant": patch
"@ui5-language-assistant/binding": patch
---

fix: do not show vSorterInfo as completion item and show correct diagnostic
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Upload vsix artifact
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '14.x' && github.event_name == 'push'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vscode-extension-file
path: ./packages/vscode-ui5-language-assistant/vscode-ui5-language-assistant*.vsix
Expand Down
Loading

0 comments on commit 6f5945b

Please sign in to comment.