Skip to content

Commit 6f5945b

Browse files
authored
fix: do not show vSorterInfo as completion item and show correct diagnostic (#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
1 parent 834df77 commit 6f5945b

File tree

19 files changed

+1478
-425
lines changed

19 files changed

+1478
-425
lines changed

.changeset/quick-bobcats-doubt.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext": patch
3+
"vscode-ui5-language-assistant": patch
4+
"@ui5-language-assistant/binding": patch
5+
---
6+
7+
fix: do not show vSorterInfo as completion item and show correct diagnostic

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Upload vsix artifact
4242
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '14.x' && github.event_name == 'push'
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: vscode-extension-file
4646
path: ./packages/vscode-ui5-language-assistant/vscode-ui5-language-assistant*.vsix

0 commit comments

Comments
 (0)