Skip to content

Commit

Permalink
add pyright current file launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Feb 14, 2024
1 parent 675e329 commit d5b1454
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Pyright current file",
"type": "node",
"request": "launch",
"preLaunchTask": "npm: build:cli:dev",
"console": "integratedTerminal",
"program": "${workspaceFolder}/packages/pyright/index.js",
"args": ["${file}"]
},
{
"name": "Pyright tests",
"type": "node",
Expand Down

0 comments on commit d5b1454

Please sign in to comment.