Merge branch 'main' into develop_def_syntax

This commit is contained in:
2025-01-13 15:23:37 +00:00
3 changed files with 9 additions and 5 deletions
+3 -3
View File
@@ -26,11 +26,11 @@ jobs:
run: npm version ${{ github.ref_name }} --no-git-tag-version run: npm version ${{ github.ref_name }} --no-git-tag-version
- name: Commit and Push Changes - name: Commit and Push Changes
run: | run: |
git config user.name "${{ USERNAME_GIT }}" git config user.name "${{ vars.USERNAME_GIT }}"
git config user.email "${{ EMAIL_GIT }}" git config user.email "${{ vars.EMAIL_GIT }}"
git add package.json git add package.json
git commit -m "Update version to ${{ github.ref_name }}" git commit -m "Update version to ${{ github.ref_name }}"
git push origin HEAD git push origin HEAD:main
- name: Publish to Visual Studio Marketplace - name: Publish to Visual Studio Marketplace
run: vsce publish run: vsce publish
env: env:
+4
View File
@@ -9,3 +9,7 @@
## [0.1.0] ## [0.1.0]
- Add Hover Feature - Add Hover Feature
## [0.2.0]
- Add DEF File Support
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "vscode-cdl-support", "name": "vscode-cdl-support",
"displayName": "vscode-cdl-support", "displayName": "vscode-cdl-support",
"description": "", "description": "",
"version": "0.1.0", "version": "0.2.0",
"publisher": "Christoph", "publisher": "Christoph",
"repository": { "repository": {
"type": "git", "type": "git",