Skip to content

Commit

Permalink
TSP-436 Remove debugger related code from package.json file (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: GT, Shreya <shreya.gt@tektronix.com>
  • Loading branch information
Shreya-GT and GT, Shreya authored Apr 24, 2024
1 parent f637a7c commit 600b3e3
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
"license": "Apache-2.0",
"main": "./out/extension.js",
"contributes": {
"breakpoints": [
{
"language": "lua"
}
],
"commands": [
{
"command": "tsp.openTerminal",
Expand Down Expand Up @@ -289,49 +284,6 @@
}
]
},
"debuggers": [
{
"type": "tspdebug",
"languages": [
"tsp"
],
"label": "Tsp Debug",
"program": "./out/extension.js",
"runtime": "node",
"configurationAttributes": {
"launch": {
"required": [
"program"
],
"properties": {
"program": {
"type": "string",
"description": "Absolute path to a text file.",
"default": "${workspaceFolder}/tspScript.tsp"
},
"stopOnEntry": {
"type": "boolean",
"description": "Automatically stop after launch.",
"default": false
},
"trace": {
"type": "boolean",
"description": "Enable logging the Debug Adapter Protocol"
}
}
}
},
"initialConfigurations": [
{
"type": "tspdebug",
"request": "launch",
"name": "Debug TSP File",
"program": "${workspaceFolder}/tspScript.tsp",
"stopOnEntry": false
}
]
}
],
"submenus": [
{
"label": "Module",
Expand Down

0 comments on commit 600b3e3

Please sign in to comment.