Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Adopt ALS 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agusayerza committed Oct 25, 2021
1 parent 1694771 commit aff047d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
17 changes: 4 additions & 13 deletions package-lock.json

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

19 changes: 2 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AML support",
"description": "",
"publisher": "MuleSoftInc",
"version": "0.1.0-SNAPSHOT",
"version": "0.3.193",
"engines": {
"vscode": "^1.52.0"
},
Expand Down Expand Up @@ -280,25 +280,10 @@
"command": "als.conversion",
"group": "7_modification"
},
{
"when": "resourceLangId == aml",
"command": "als.registerProfile",
"group": "7_modification"
},
{
"when": "resourceLangId == aml",
"command": "als.setMainFile",
"group": "7_modification"
},
{
"when": "resourceLangId == aml",
"command": "als.unregisterProfile",
"group": "7_modification"
},
{
"when": "resourceLangId == aml",
"command": "als.registerSemantic",
"group": "7_modification"
}
]
},
Expand All @@ -321,7 +306,7 @@
}
},
"dependencies": {
"@aml-org/als-node-client": "4.2.0-SNAPSHOT.357",
"@aml-org/als-node-client": "4.2.0",
"@types/mocha": "^8.2.1",
"@types/node": "^11.15.20",
"@types/vscode": "1.52.0",
Expand Down

0 comments on commit aff047d

Please sign in to comment.