FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bounty check by brandonscott1780 · Pull Request #530 · microsoft/vscode-java-debug · GitHub

bounty check - #530

Open
brandon carrington (brandonscott1780) wants to merge 3 commits into
microsoft:mainfrom
brandonscott1780:master
Open

bounty check#530
brandon carrington (brandonscott1780) wants to merge 3 commits into
microsoft:mainfrom
brandonscott1780:master

Conversation

Copy link
Copy Markdown

// A launch configuration that compiles the extension and then opens it inside a new window
{
"version": "0.1.0",
"configurations": [
{
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/src//*.js" ],
"preLaunchTask": "npm"
},
{
"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": "npm"
}
]
}

Microsoft Contribution License Agreements (msftclas) commented Feb 11, 2019
edited
Loading

Copy link
Copy Markdown


All CLA requirements met.

Copy link
Copy Markdown
Contributor

brandon carrington (@brandonscott1780) Thanks for contributing. Can you share us any scenario for this PR change?

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL