Skip to content

Commit

Permalink
Merge pull request #1244 from qoretechnologies/develop
Browse files Browse the repository at this point in the history
v4.3.7
  • Loading branch information
Foxhoundn authored Nov 24, 2023
2 parents 3bb7f42 + c88daa4 commit fb9848e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo "::set-output name=HEAD_COMMIT_MESSAGE::$(git show -s --format=%s)"
- uses: actions/setup-node@v3
with:
node-version: 16.19.0
node-version: 18.18.0
- name: Save release version to outputs
id: save_release_version
run: echo ::set-output name=version::$(node -pe "require('./package.json').version")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: echo "::set-output name=HEAD_COMMIT_MESSAGE::$(git show -s --format=%s)"
- uses: actions/setup-node@v3
with:
node-version: 16.19.0
node-version: 18.18.0
- name: Save release version to outputs
id: save_release_version
run: echo ::set-output name=version::$(node -pe "require('./package.json').version")
Expand Down
21 changes: 1 addition & 20 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,5 @@
"docwriter.progress.trackTypes": true,
"docwriter.hotkey.mac": "⌥ + .",
"peacock.remoteColor": "#0b2016",
"typescript.tsdk": "node_modules/typescript/lib",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#184630",
"activityBar.background": "#184630",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#9259c6",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#184630",
"statusBar.background": "#0b2016",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#184630",
"statusBarItem.remoteBackground": "#0b2016",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#0b2016",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#0b201699",
"titleBar.inactiveForeground": "#e7e7e799"
}
"typescript.tsdk": "node_modules/typescript/lib"
}
35 changes: 8 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "qorus-vscode",
"displayName": "Qorus Developer Tools",
"description": "Qorus Integration Engine developer tools",
"version": "4.3.6",
"version": "4.3.7",
"publisher": "qoretechnologies",
"author": {
"name": "Qore Technologies",
Expand All @@ -11,9 +11,7 @@
"engines": {
"vscode": "^1.47.0"
},
"extensionDependencies": [
"qoretechnologies.qore-vscode"
],
"extensionDependencies": ["qoretechnologies.qore-vscode"],
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/qoretechnologies/qorus-vscode",
"repository": {
Expand All @@ -23,43 +21,26 @@
"bugs": {
"url": "https://github.com/qoretechnologies/qorus-vscode/issues"
},
"categories": [
"Other",
"Snippets"
],
"categories": ["Other", "Snippets"],
"icon": "images/QorusDeveloperTools_Medium.png",
"galleryBanner": {
"color": "#333333",
"theme": "dark"
},
"quokka": {
"babel": {
"presets": [
"env"
]
"presets": ["env"]
}
},
"keywords": [
"qore",
"qorus",
"ide",
"integration",
"engine"
],
"activationEvents": [
"onStartupFinished"
],
"keywords": ["qore", "qorus", "ide", "integration", "engine"],
"activationEvents": ["onStartupFinished"],
"main": "out/extension.js",
"contributes": {
"languages": [
{
"id": "qmapper",
"aliases": [
"Qorus Mapper"
],
"extensions": [
".qmapper"
],
"aliases": ["Qorus Mapper"],
"extensions": [".qmapper"],
"configuration": "./syntaxes/qmapper.configuration.json"
}
],
Expand Down

0 comments on commit fb9848e

Please sign in to comment.