Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 55 additions & 80 deletions package-lock.json

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

39 changes: 28 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"displayName": "NOKIA_WFM",
"description": "NOKIA WFM VsCode Developer Plugin",
"version": "3.1.0",
"icon": "media/Nokia_WFM.png",
"icon": "resources/icons/nsp.png",
"publisher": "Nokia",
"engines": {
"engines": {
"vscode": "^1.76.0"
},
"categories": [
Expand All @@ -23,6 +23,23 @@
"path": "./schema/snippets.json"
}
],
"viewsContainers": {
"activitybar": [
{
"id": "workflowManager",
"title": "NSP - Workflow",
"icon": "resources/icons/nsp.svg"
}
]
},
"views": {
"workflowManager": [
{
"id": "workflowTree",
"name": "Workflows"
}
]
},
"configuration": {
"title": "WorkflowManager",
"properties": {
Expand All @@ -43,9 +60,9 @@
"description": "NSP password",
"type": "null",
"scope": "window",
"markdownDescription": "[Set Password](command:nokia-wfm.setPassword)"
"markdownDescription": "[Set Password](command:nokia-wfm.setPassword)"
},
"workflowManager.port":{
"workflowManager.port": {
"type": "string",
"default": "443",
"scope": "window",
Expand All @@ -72,8 +89,8 @@
"workflowManager.ignoreTags": {
"type": "array",
"scope": "application",
"items": {
"type": "string"
"items": {
"type": "string"
},
"description": "Workflows with these tags will be hidden."
}
Expand Down Expand Up @@ -139,7 +156,7 @@
"when": "editorLangId == yaml && editorHasSelection"
}
],
"explorer/context":[
"explorer/context": [
{
"command": "nokia-wfm.clearProblems",
"group": "WFM",
Expand Down Expand Up @@ -253,10 +270,10 @@
"nunjucks": "^3.2.0",
"vscode-uri": "^3.0.0",
"yaml": "^2.2.0",
"@vscode/codicons": "0.0.20"
"@vscode/codicons": "0.0.20"
},
"repository": {
"type": "git",
"url": "https://github.com/nokia/vscode-workflow-manager.git"
"type": "git",
"url": "https://github.com/nokia/vscode-workflow-manager.git"
}
}
}
Binary file added resources/icons/nsp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions resources/icons/nsp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading