Skip to content

Commit

Permalink
update status bar sample, microsoft#110
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Nov 15, 2018
1 parent 74e0d2f commit 3fedfb1
Show file tree
Hide file tree
Showing 5 changed files with 2,300 additions and 276 deletions.
21 changes: 7 additions & 14 deletions statusbar-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,15 @@
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ],
"args": [
"--extensionDevelopmentPath=${workspaceRoot}"
],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/src/**/*.js"],
"preLaunchTask": "tsc: watch - tsconfig.json"
},
{
"name": "Launch Tests",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}", "--extensionTestsPath=${workspaceRoot}/out/test" ],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/test/**/*.js"],
"preLaunchTask": "tsc: watch - tsconfig.json"
"outFiles": [
"${workspaceRoot}/out/src/**/*.js"
],
"preLaunchTask": "npm: watch"
}
]
}
Loading

0 comments on commit 3fedfb1

Please sign in to comment.