Skip to content

Commit

Permalink
fix launch
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Apr 25, 2018
1 parent fbb3820 commit def5ef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nodefs-provider-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"${workspaceFolder}/test.code-workspace"
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
Expand Down

0 comments on commit def5ef1

Please sign in to comment.