Skip to content

Commit

Permalink
Yes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Windows81 committed Mar 15, 2023
1 parent 5d54f97 commit d68f38e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\main.js",
"env": {
"port": "80",
"table_count": "12",
"code": null //"666"
}
}
]
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\main.js",
"env": {
"port": "666",
"table_count": "12",
"code": null //"666"
}
}
]
}

0 comments on commit d68f38e

Please sign in to comment.