Skip to content

Intialize VSCode Java Debugger extension.#1

Merged
yaohaizh merged 1 commit into
masterfrom
yaohai_dev
Sep 8, 2017
Merged

Intialize VSCode Java Debugger extension.#1
yaohaizh merged 1 commit into
masterfrom
yaohai_dev

Conversation

@yaohaizh
Copy link
Copy Markdown
Contributor

@yaohaizh yaohaizh commented Sep 8, 2017

@msftclas
Copy link
Copy Markdown

msftclas commented Sep 8, 2017

@yaohaizh,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

Comment thread src/extension.ts Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename startupClass to mainClass

@yaohaizh yaohaizh merged commit 9eba74f into master Sep 8, 2017
Comment thread package.json
@@ -0,0 +1,152 @@
{
"name": "vscode-java-debugger",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vscode-java-debug

Comment thread package.json
@@ -0,0 +1,152 @@
{
"name": "vscode-java-debugger",
"displayName": "vscode-java-debugger",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Java Debug Extension for Visual Studio Code

Comment thread package.json
{
"name": "vscode-java-debugger",
"displayName": "vscode-java-debugger",
"description": "",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Java Debug Extension for Visual Studio Code

Comment thread package.json
"name": "vscode-java-debugger",
"displayName": "vscode-java-debugger",
"description": "",
"version": "0.0.1",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.1.0

Comment thread package.json
"displayName": "vscode-java-debugger",
"description": "",
"version": "0.0.1",
"publisher": "vscjava",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft

Comment thread src/extension.ts
config.classPaths = await resolveClasspath(config.mainClass, config.projectName);
}
if (!config.classPaths || !Array.isArray(config.classPaths) || !config.classPaths.length) {
vscode.window.showErrorMessage("Cannot resolve the classpaths automatically, please specify it in launch.json.");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the "it".
"please specify in launch.json"

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.

4 participants