javaVSCode icon indicating copy to clipboard operation
javaVSCode copied to clipboard

Hope more detailed guide in configuration

Open YXuewei opened this issue 8 years ago • 3 comments

Hi, I'm a CS student in first year using VS Code as the tools to learn Java. I'm having problem on correctly setting up the configuration. So I hope you can publish a more detailed configuration doc to help people like me. Thanks for your time.

YXuewei avatar May 27 '16 18:05 YXuewei

Will do so, for the next release hopefully within a day or two.

DonJayamanne avatar May 30 '16 09:05 DonJayamanne

I have the same problem, I'm confused about the part you show in the readme file ;

{ "version": "0.1.0", "command": "javac", "isShellCommand": true, "showOutput": "always", "isWatching": true, "suppressTaskName": true, "tasks": [ { "taskName": "build", "args": ["-g", "${file}"] } ] }

This "0.1.0" version config code is obviously different from the default launch.js on.

kangyabo avatar Feb 08 '17 16:02 kangyabo

@YXuewei some help have been added to README, a tiny guide to set launch.json

faustinoaq avatar Jun 10 '17 16:06 faustinoaq