Skip to content

Commit

Permalink
Merge branch 'Current' of ssh://github.com/CodeEditorLand/Editor into…
Browse files Browse the repository at this point in the history
… Current
  • Loading branch information
NikolaRHristov committed Sep 28, 2024
2 parents f7315ed + f7255a8 commit 0fe6e64
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions extensions/grunt/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"activationEvents": [
"onTaskType:grunt"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": true
},
"virtualWorkspaces": false
"name": "grunt",
"displayName": "Grunt support for VS Code",
"description": "Extension to add Grunt capabilities to VS Code.",
"main": "./out/main",
"scripts": {
"compile": "gulp compile-extension:grunt"
},
"contributes": {
"configuration": {
Expand Down Expand Up @@ -50,16 +48,18 @@
}
]
},
"activationEvents": [
"onTaskType:grunt"
],
"dependencies": {},
"description": "Extension to add Grunt capabilities to VS Code.",
"devDependencies": {
"@types/node": "22.x"
},
"displayName": "Grunt support for VS Code",
"icon": "images/grunt.png",
"main": "./out/main",
"name": "grunt",
"scripts": {
"compile": "gulp compile-extension:grunt"
"capabilities": {
"untrustedWorkspaces": {
"supported": true
},
"virtualWorkspaces": false
}
}
28 changes: 14 additions & 14 deletions extensions/jake/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"activationEvents": [
"onTaskType:jake"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": true
},
"virtualWorkspaces": false
"name": "jake",
"displayName": "%displayName%",
"description": "%description%",
"main": "./out/main",
"scripts": {
"compile": "gulp compile-extension:jake"
},
"contributes": {
"configuration": {
Expand Down Expand Up @@ -46,16 +44,18 @@
}
]
},
"activationEvents": [
"onTaskType:jake"
],
"dependencies": {},
"description": "%description%",
"devDependencies": {
"@types/node": "22.x"
},
"displayName": "%displayName%",
"icon": "images/cowboy_hat.png",
"main": "./out/main",
"name": "jake",
"scripts": {
"compile": "gulp compile-extension:jake"
"capabilities": {
"untrustedWorkspaces": {
"supported": true
},
"virtualWorkspaces": false
}
}

0 comments on commit 0fe6e64

Please sign in to comment.