Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 20, 2024
1 parent b236f38 commit 43fbe6f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 310 deletions.
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/Dependabot.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/GitHub.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/NPM.yml

This file was deleted.

94 changes: 0 additions & 94 deletions .github/workflows/Node.yml

This file was deleted.

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "node-debug",
"displayName": "[Deprecated] Node Debug (legacy)",
"description": "%extension.description%",
"main": "./dist/extension.js",
"scripts": {
"build": "gulp build",
"publish": "gulp prepare-for-webpack && webpack --mode production --vscode-nls && vsce publish",
"translations-export": "gulp translations-export"
"activationEvents": [
"onDebugResolve:legacy-node",
"onCommand:extension.pickNodeProcess",
"onCommand:extension.node-debug.toggleSkippingFile",
"onCommand:extension.node-debug.attachNodeProcess",
"onCommand:extension.node-debug.startAutoAttach"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": true
},
"virtualWorkspaces": false
},
"contributes": {
"breakpoints": [
Expand Down Expand Up @@ -415,37 +419,33 @@
]
}
},
"activationEvents": [
"onDebugResolve:legacy-node",
"onCommand:extension.pickNodeProcess",
"onCommand:extension.node-debug.toggleSkippingFile",
"onCommand:extension.node-debug.attachNodeProcess",
"onCommand:extension.node-debug.startAutoAttach"
],
"resolutions": {
"gulp/**/yargs-parser": "5.0.0-security.0"
},
"dependencies": {
"glob": "11.0.0",
"minimatch": "10.0.1",
"request-light": "0.8.0",
"source-map": "0.7.4"
},
"description": "%extension.description%",
"devDependencies": {
"@types/node": "22.9.1",
"del": "8.0.0",
"ts-loader": "9.5.1",
"tsutils": "3.21.0",
"yargs-parser": "21.1.1"
},
"displayName": "[Deprecated] Node Debug (legacy)",
"extensionDependencies": [
"ms-vscode.node-debug2"
],
"icon": "images/node-debug-icon.png",
"capabilities": {
"untrustedWorkspaces": {
"supported": true
},
"virtualWorkspaces": false
"main": "./dist/extension.js",
"name": "node-debug",
"resolutions": {
"gulp/**/yargs-parser": "5.0.0-security.0"
},
"scripts": {
"build": "gulp build",
"publish": "gulp prepare-for-webpack && webpack --mode production --vscode-nls && vsce publish",
"translations-export": "gulp translations-export"
}
}

0 comments on commit 43fbe6f

Please sign in to comment.